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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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 |
maxReceiveTimeouts(Integer maxReceiveTimeouts)
Deprecated.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
maxReceiveTimeouts(String maxReceiveTimeouts)
Deprecated.
|
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.AdvancedMllpEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used (this
component only supports synchronous operations).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used (this
component only supports synchronous operations).
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder basic()
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Default: InOut
Group: consumer (advanced)default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Default: InOut
Group: consumer (advanced)default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: true
Group: advanceddefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: true
Group: advanceddefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder backlog(Integer backlog)
java.lang.Integer type.
Default: 5
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder backlog(String backlog)
java.lang.Integer
type.
Default: 5
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder lenientBind(boolean lenientBind)
boolean type.
Default: false
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder lenientBind(String lenientBind)
boolean type.
Default: false
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder maxConcurrentConsumers(int maxConcurrentConsumers)
int type.
Default: 5
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder maxConcurrentConsumers(String maxConcurrentConsumers)
int type.
Default: 5
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder receiveBufferSize(Integer receiveBufferSize)
java.lang.Integer type.
Default: 8192
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder receiveBufferSize(String receiveBufferSize)
java.lang.Integer
type.
Default: 8192
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder reuseAddress(Boolean reuseAddress)
java.lang.Boolean type.
Default: false
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder reuseAddress(String reuseAddress)
java.lang.Boolean
type.
Default: false
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder sendBufferSize(Integer sendBufferSize)
java.lang.Integer type.
Default: 8192
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder sendBufferSize(String sendBufferSize)
java.lang.Integer
type.
Default: 8192
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder acceptTimeout(int acceptTimeout)
int type.
Default: 60000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder acceptTimeout(String acceptTimeout)
int type.
Default: 60000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder bindRetryInterval(int bindRetryInterval)
int type.
Default: 5000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder bindRetryInterval(String bindRetryInterval)
int type.
Default: 5000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder bindTimeout(int bindTimeout)
int type.
Default: 30000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder bindTimeout(String bindTimeout)
int type.
Default: 30000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder idleTimeout(Integer idleTimeout)
java.lang.Integer type.
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder idleTimeout(String idleTimeout)
java.lang.Integer
type.
Group: timeout@Deprecated default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder maxReceiveTimeouts(Integer maxReceiveTimeouts)
java.lang.Integer type.
Group: timeout@Deprecated default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder maxReceiveTimeouts(String maxReceiveTimeouts)
java.lang.Integer
type.
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder readTimeout(int readTimeout)
int type.
Default: 5000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder readTimeout(String readTimeout)
int type.
Default: 5000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder receiveTimeout(int receiveTimeout)
int type.
Default: 15000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder receiveTimeout(String receiveTimeout)
int type.
Default: 15000
Group: timeoutApache Camel