public static interface MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MinaEndpointBuilderFactory.MinaEndpointProducerBuilder |
basic() |
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
cachedAddress(boolean cachedAddress)
Whether to create the InetAddress once and reuse.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
cachedAddress(String cachedAddress)
Whether to create the InetAddress once and reuse.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
lazySessionCreation(boolean lazySessionCreation)
Sessions can be lazily created to avoid exceptions, if the remote
server is not up and running when the Camel producer is started.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
lazySessionCreation(String lazySessionCreation)
Sessions can be lazily created to avoid exceptions, if the remote
server is not up and running when the Camel producer is started.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
maximumPoolSize(int maximumPoolSize)
Number of worker threads in the worker pool for TCP and UDP.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
maximumPoolSize(String maximumPoolSize)
Number of worker threads in the worker pool for TCP and UDP.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
orderedThreadPoolExecutor(boolean orderedThreadPoolExecutor)
Whether to use ordered thread pool, to ensure events are processed
orderly on the same channel.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
orderedThreadPoolExecutor(String orderedThreadPoolExecutor)
Whether to use ordered thread pool, to ensure events are processed
orderly on the same channel.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
transferExchange(boolean transferExchange)
Only used for TCP.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
transferExchange(String transferExchange)
Only used for TCP.
|
default MinaEndpointBuilderFactory.MinaEndpointProducerBuilder basic()
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder cachedAddress(boolean cachedAddress)
cachedAddress - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder cachedAddress(String cachedAddress)
cachedAddress - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder lazySessionCreation(boolean lazySessionCreation)
lazySessionCreation - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder lazySessionCreation(String lazySessionCreation)
lazySessionCreation - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder maximumPoolSize(int maximumPoolSize)
maximumPoolSize - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder maximumPoolSize(String maximumPoolSize)
maximumPoolSize - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder orderedThreadPoolExecutor(boolean orderedThreadPoolExecutor)
orderedThreadPoolExecutor - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder orderedThreadPoolExecutor(String orderedThreadPoolExecutor)
orderedThreadPoolExecutor - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder transferExchange(boolean transferExchange)
transferExchange - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder transferExchange(String transferExchange)
transferExchange - the value to setApache Camel