- selectDestinationUri(List<URI>, Exchange) - Method in interface org.apache.camel.component.routebox.strategy.RouteboxDispatchStrategy
-
Receives an incoming exchange and consumer list and identifies the inner route consumer for dispatching the exchange
- selectDispatchUri(RouteboxEndpoint, Exchange) - Method in class org.apache.camel.component.routebox.strategy.RouteboxDispatcher
-
- setAuthority(String) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
- setConfig(RouteboxConfiguration) - Method in class org.apache.camel.component.routebox.RouteboxEndpoint
-
- setConnectionTimeout(long) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
Timeout in millis used by the producer when sending a message.
- setDispatchMap(Map<String, String>) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
A string representing a key in the Camel Registry matching an object value of the type HashMap.
- setDispatchStrategy(RouteboxDispatchStrategy) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
To use a custom RouteboxDispatchStrategy which allows to use custom dispatching instead of the default.
- setExceptionHandler(ExceptionHandler) - Method in class org.apache.camel.component.routebox.RouteboxServiceSupport
-
- setExecutor(ExecutorService) - Method in class org.apache.camel.component.routebox.RouteboxServiceSupport
-
- setForkContext(boolean) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
Whether to fork and create a new inner CamelContext instead of reusing the same CamelContext.
- setInnerContext(CamelContext) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
A string representing a key in the Camel Registry matching an object value of the type org.apache.camel.CamelContext.
- setInnerProducerTemplate(ProducerTemplate) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
- setInnerProtocol(String) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
The Protocol used internally by the Routebox component.
- setInnerRegistry(Registry) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
To use a custom registry for the internal embedded CamelContext.
- setPollInterval(long) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
The timeout used when polling from seda.
- setProcessor(AsyncProcessor) - Method in class org.apache.camel.component.routebox.seda.RouteboxSedaConsumer
-
- setQueue(BlockingQueue<Exchange>) - Method in class org.apache.camel.component.routebox.seda.RouteboxSedaEndpoint
-
- setQueueSize(int) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
Create a fixed size queue to receive requests.
- setRouteboxEndpoint(RouteboxEndpoint) - Method in class org.apache.camel.component.routebox.RouteboxServiceSupport
-
- setRouteboxName(String) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
Logical name for the routebox (eg like a queue name)
- setRouteBuilders(List<RouteBuilder>) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
A string representing a key in the Camel Registry matching an object value of the type List.
- setSendToConsumer(boolean) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
Dictates whether a Producer endpoint sends a request to an external routebox consumer.
- setStartedInnerContext(boolean) - Method in class org.apache.camel.component.routebox.RouteboxServiceSupport
-
- setThreads(int) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
Number of threads to be used by the routebox to receive requests.
- setUri(URI) - Method in class org.apache.camel.component.routebox.RouteboxConfiguration
-
- setWaitForTaskToComplete(WaitForTaskToComplete) - Method in class org.apache.camel.component.routebox.seda.RouteboxSedaEndpoint
-