Uses of Class
org.apache.camel.component.directvm.DirectVmEndpoint
-
-
Uses of DirectVmEndpoint in org.apache.camel.component.directvm
Methods in org.apache.camel.component.directvm that return DirectVmEndpoint Modifier and Type Method Description DirectVmEndpointDirectVmConsumer. getEndpoint()Methods in org.apache.camel.component.directvm with parameters of type DirectVmEndpoint Modifier and Type Method Description voidDirectVmComponent. addConsumer(DirectVmEndpoint endpoint, DirectVmConsumer consumer)DirectVmConsumerDirectVmComponent. getConsumer(DirectVmEndpoint endpoint)voidDirectVmComponent. removeConsumer(DirectVmEndpoint endpoint, DirectVmConsumer consumer)Constructors in org.apache.camel.component.directvm with parameters of type DirectVmEndpoint Constructor Description DirectVmBlockingProducer(DirectVmEndpoint endpoint)DirectVmConsumer(DirectVmEndpoint endpoint, org.apache.camel.Processor processor)DirectVmProcessor(org.apache.camel.Processor processor, DirectVmEndpoint endpoint)DirectVmProducer(DirectVmEndpoint endpoint)
-