Uses of Class
org.qubership.integration.platform.engine.camel.components.directvm.ChainEndpoint
Packages that use ChainEndpoint
-
Uses of ChainEndpoint in org.qubership.integration.platform.engine.camel.components.directvm
Methods in org.qubership.integration.platform.engine.camel.components.directvm that return ChainEndpointMethods in org.qubership.integration.platform.engine.camel.components.directvm with parameters of type ChainEndpointModifier and TypeMethodDescriptionvoidChainComponent.addConsumer(ChainEndpoint endpoint, ChainConsumer consumer) ChainComponent.getConsumer(ChainEndpoint endpoint) voidChainComponent.removeConsumer(ChainEndpoint endpoint, ChainConsumer consumer) Constructors in org.qubership.integration.platform.engine.camel.components.directvm with parameters of type ChainEndpointModifierConstructorDescriptionChainBlockingProducer(ChainEndpoint endpoint) ChainConsumer(ChainEndpoint endpoint, org.apache.camel.Processor processor) ChainProcessor(org.apache.camel.Processor processor, ChainEndpoint endpoint) ChainProducer(ChainEndpoint endpoint)