public static interface MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
acceptTimeout(int acceptTimeout)
Timeout (in milliseconds) while waiting for a TCP connection TCP
Server Only.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
acceptTimeout(String acceptTimeout)
Timeout (in milliseconds) while waiting for a TCP connection TCP
Server Only.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
backlog(Integer backlog)
The maximum queue length for incoming connection indications (a
request to connect) is set to the backlog parameter.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
backlog(String backlog)
The maximum queue length for incoming connection indications (a
request to connect) is set to the backlog parameter.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
basic() |
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
bindRetryInterval(int bindRetryInterval)
TCP Server Only - The number of milliseconds to wait between bind
attempts.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
bindRetryInterval(String bindRetryInterval)
TCP Server Only - The number of milliseconds to wait between bind
attempts.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
bindTimeout(int bindTimeout)
TCP Server Only - The number of milliseconds to retry binding to a
server port.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
bindTimeout(String bindTimeout)
TCP Server Only - The number of milliseconds to retry binding to a
server port.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
idleTimeout(Integer idleTimeout)
The approximate idle time allowed before the Client TCP Connection
will be reset.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
idleTimeout(String idleTimeout)
The approximate idle time allowed before the Client TCP Connection
will be reset.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
lenientBind(boolean lenientBind)
TCP Server Only - Allow the endpoint to start before the TCP
ServerSocket is bound.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
lenientBind(String lenientBind)
TCP Server Only - Allow the endpoint to start before the TCP
ServerSocket is bound.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
maxConcurrentConsumers(int maxConcurrentConsumers)
The maximum number of concurrent MLLP Consumer connections that will
be allowed.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
maxConcurrentConsumers(String maxConcurrentConsumers)
The maximum number of concurrent MLLP Consumer connections that will
be allowed.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
readTimeout(int readTimeout)
The SO_TIMEOUT value (in milliseconds) used after the start of an
MLLP frame has been received.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
readTimeout(String readTimeout)
The SO_TIMEOUT value (in milliseconds) used after the start of an
MLLP frame has been received.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
receiveBufferSize(Integer receiveBufferSize)
Sets the SO_RCVBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
receiveBufferSize(String receiveBufferSize)
Sets the SO_RCVBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
receiveTimeout(int receiveTimeout)
The SO_TIMEOUT value (in milliseconds) used when waiting for the
start of an MLLP frame.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
receiveTimeout(String receiveTimeout)
The SO_TIMEOUT value (in milliseconds) used when waiting for the
start of an MLLP frame.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
reuseAddress(Boolean reuseAddress)
Enable/disable the SO_REUSEADDR socket option.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
reuseAddress(String reuseAddress)
Enable/disable the SO_REUSEADDR socket option.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
sendBufferSize(Integer sendBufferSize)
Sets the SO_SNDBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
sendBufferSize(String sendBufferSize)
Sets the SO_SNDBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder basic()
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder acceptTimeout(int acceptTimeout)
acceptTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder acceptTimeout(String acceptTimeout)
acceptTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder backlog(Integer backlog)
backlog - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder backlog(String backlog)
backlog - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder bindRetryInterval(int bindRetryInterval)
bindRetryInterval - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder bindRetryInterval(String bindRetryInterval)
bindRetryInterval - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder bindTimeout(int bindTimeout)
bindTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder bindTimeout(String bindTimeout)
bindTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder lenientBind(boolean lenientBind)
lenientBind - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder lenientBind(String lenientBind)
lenientBind - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder maxConcurrentConsumers(int maxConcurrentConsumers)
maxConcurrentConsumers - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder maxConcurrentConsumers(String maxConcurrentConsumers)
maxConcurrentConsumers - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder reuseAddress(Boolean reuseAddress)
reuseAddress - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder reuseAddress(String reuseAddress)
reuseAddress - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder readTimeout(int readTimeout)
readTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder readTimeout(String readTimeout)
readTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder receiveBufferSize(Integer receiveBufferSize)
receiveBufferSize - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder receiveBufferSize(String receiveBufferSize)
receiveBufferSize - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder receiveTimeout(int receiveTimeout)
receiveTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder receiveTimeout(String receiveTimeout)
receiveTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder sendBufferSize(Integer sendBufferSize)
sendBufferSize - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder sendBufferSize(String sendBufferSize)
sendBufferSize - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder idleTimeout(Integer idleTimeout)
idleTimeout - the value to setdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder idleTimeout(String idleTimeout)
idleTimeout - the value to setApache Camel