Uses of Class
org.apache.camel.component.vm.VmEndpoint
-
-
Uses of VmEndpoint in org.apache.camel.component.vm
Fields in org.apache.camel.component.vm with type parameters of type VmEndpoint Modifier and Type Field Description protected static Map<String,VmEndpoint>
VmComponent. ENDPOINTS
Methods in org.apache.camel.component.vm that return VmEndpoint Modifier and Type Method Description protected VmEndpoint
VmComponent. createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueue<org.apache.camel.Exchange> queue, int concurrentConsumers)
protected VmEndpoint
VmComponent. createEndpoint(String endpointUri, org.apache.camel.Component component, org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers)
Constructors in org.apache.camel.component.vm with parameters of type VmEndpoint Constructor Description VmConsumer(VmEndpoint endpoint, org.apache.camel.Processor processor)
-