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, post
public IntegrationFlowManagerImpl(APIConnector apiConnector)
public FlowResource getFlow(String projectId, String projectVersion, String flowId) throws ManagementException
getFlow
in interface IntegrationFlowManager
ManagementException
public String getFlowXPos(String projectId, String projectVersion, String flowId) throws ManagementException
getFlowXPos
in interface IntegrationFlowManager
ManagementException
public List<ConnectorResource> getIngressConnectors(String projectId, String projectVersion, String flowId) throws ManagementException
getIngressConnectors
in interface IntegrationFlowManager
ManagementException
public List<ConnectorResource> getEgressConnectors(String projectId, String projectVersion, String flowId) throws ManagementException
getEgressConnectors
in interface IntegrationFlowManager
ManagementException
Copyright © 2016–2019 AdroitLogic. All rights reserved.