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 |
disconnectOnNoReply(boolean disconnectOnNoReply)
If sync is enabled then this option dictates MinaConsumer if it
should disconnect where there is no reply to send back.
|
default MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder |
disconnectOnNoReply(String disconnectOnNoReply)
If sync is enabled then this option dictates MinaConsumer if it
should disconnect where there is no reply to send back.
|
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 |
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 disconnectOnNoReply(boolean disconnectOnNoReply)
disconnectOnNoReply - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder disconnectOnNoReply(String disconnectOnNoReply)
disconnectOnNoReply - 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 transferExchange(boolean transferExchange)
transferExchange - the value to setdefault MinaEndpointBuilderFactory.AdvancedMinaEndpointProducerBuilder transferExchange(String transferExchange)
transferExchange - the value to setApache Camel