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 DirectVmEndpoint
DirectVmConsumer. getEndpoint()
Methods in org.apache.camel.component.directvm with parameters of type DirectVmEndpoint Modifier and Type Method Description void
DirectVmComponent. addConsumer(DirectVmEndpoint endpoint, DirectVmConsumer consumer)
DirectVmConsumer
DirectVmComponent. getConsumer(DirectVmEndpoint endpoint)
void
DirectVmComponent. 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)
-