public interface PythonExecutorCommunicationService
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<Integer,String> |
performLifecycleRequest(String path,
String method,
String requestPayload) |
org.apache.commons.lang3.tuple.Pair<Integer,String> |
performNoAuthRequest(String path,
String method,
String requestPayload) |
org.apache.commons.lang3.tuple.Pair<Integer,String> |
performRuntimeRequest(String path,
String method,
String requestPayload) |
org.apache.commons.lang3.tuple.Pair<Integer,String> performNoAuthRequest(String path, String method, String requestPayload)
org.apache.commons.lang3.tuple.Pair<Integer,String> performLifecycleRequest(String path, String method, String requestPayload)
Copyright © 2023. All rights reserved.