public class IntegrationFlowManagerImpl extends AbstractRestManager implements IntegrationFlowManager
AbstractRestManager.ThrowableSupplier<T,E extends Throwable>logger| Constructor and Description |
|---|
IntegrationFlowManagerImpl(APIConnector apiConnector) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorResource> |
getEgressConnectors(String projectId,
String projectVersion,
String flowId) |
FlowResource |
getFlow(String projectId,
String projectVersion,
String flowId) |
String |
getFlowXPos(String projectId,
String projectVersion,
String flowId) |
List<ConnectorResource> |
getIngressConnectors(String projectId,
String projectVersion,
String flowId) |
delete, get, get, getApiConnector, invoke, invokeForMsg, parseMsg, parseResponseClass, parseResponseGeneric, post, postpublic IntegrationFlowManagerImpl(APIConnector apiConnector)
public FlowResource getFlow(String projectId, String projectVersion, String flowId) throws ManagementException
getFlow in interface IntegrationFlowManagerManagementExceptionpublic String getFlowXPos(String projectId, String projectVersion, String flowId) throws ManagementException
getFlowXPos in interface IntegrationFlowManagerManagementExceptionpublic List<ConnectorResource> getIngressConnectors(String projectId, String projectVersion, String flowId) throws ManagementException
getIngressConnectors in interface IntegrationFlowManagerManagementExceptionpublic List<ConnectorResource> getEgressConnectors(String projectId, String projectVersion, String flowId) throws ManagementException
getEgressConnectors in interface IntegrationFlowManagerManagementExceptionCopyright © 2016–2019 AdroitLogic. All rights reserved.