Uses of Class
org.apache.camel.component.seda.SedaEndpoint
-
Uses of SedaEndpoint in org.apache.camel.component.seda
Methods in org.apache.camel.component.seda that return SedaEndpointModifier and TypeMethodDescriptionprotected SedaEndpointSedaComponent.createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueue<org.apache.camel.Exchange> queue, int concurrentConsumers) protected SedaEndpointSedaComponent.createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers) SedaConsumer.getEndpoint()SedaPollingConsumer.getEndpoint()Methods in org.apache.camel.component.seda with parameters of type SedaEndpointModifier and TypeMethodDescriptionSedaComponent.getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers, BlockingQueueFactory<org.apache.camel.Exchange> customQueueFactory) SedaComponent.registerQueue(SedaEndpoint endpoint, BlockingQueue<org.apache.camel.Exchange> queue) Constructors in org.apache.camel.component.seda with parameters of type SedaEndpointModifierConstructorDescriptionSedaConsumer(SedaEndpoint endpoint, org.apache.camel.Processor processor) SedaProducer(SedaEndpoint endpoint, org.apache.camel.WaitForTaskToComplete waitForTaskToComplete, long timeout, boolean blockWhenFull, boolean discardWhenFull, long offerTimeout)