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 VmEndpointModifier and TypeFieldDescriptionprotected static final Map<String,VmEndpoint> VmComponent.ENDPOINTSMethods in org.apache.camel.component.vm that return VmEndpointModifier and TypeMethodDescriptionprotected VmEndpointVmComponent.createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueue<org.apache.camel.Exchange> queue, int concurrentConsumers) protected VmEndpointVmComponent.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 VmEndpointModifierConstructorDescriptionVmConsumer(VmEndpoint endpoint, org.apache.camel.Processor processor)