public static interface MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
basic() |
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
connectTimeout(int connectTimeout)
Timeout (in milliseconds) for establishing for a TCP connection TCP
Client only.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
connectTimeout(String connectTimeout)
Timeout (in milliseconds) for establishing for a TCP connection TCP
Client only.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
idleTimeout(Integer idleTimeout)
The approximate idle time allowed before the Client TCP Connection
will be reset.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
idleTimeout(String idleTimeout)
The approximate idle time allowed before the Client TCP Connection
will be reset.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
keepAlive(Boolean keepAlive)
Enable/disable the SO_KEEPALIVE socket option.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
keepAlive(String keepAlive)
Enable/disable the SO_KEEPALIVE socket option.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
readTimeout(int readTimeout)
The SO_TIMEOUT value (in milliseconds) used after the start of an
MLLP frame has been received.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
readTimeout(String readTimeout)
The SO_TIMEOUT value (in milliseconds) used after the start of an
MLLP frame has been received.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
receiveBufferSize(Integer receiveBufferSize)
Sets the SO_RCVBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
receiveBufferSize(String receiveBufferSize)
Sets the SO_RCVBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
receiveTimeout(int receiveTimeout)
The SO_TIMEOUT value (in milliseconds) used when waiting for the
start of an MLLP frame.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
receiveTimeout(String receiveTimeout)
The SO_TIMEOUT value (in milliseconds) used when waiting for the
start of an MLLP frame.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
sendBufferSize(Integer sendBufferSize)
Sets the SO_SNDBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
sendBufferSize(String sendBufferSize)
Sets the SO_SNDBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used (this
component only supports synchronous operations).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used (this
component only supports synchronous operations).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
tcpNoDelay(Boolean tcpNoDelay)
Enable/disable the TCP_NODELAY socket option.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
tcpNoDelay(String tcpNoDelay)
Enable/disable the TCP_NODELAY socket option.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder basic()
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder synchronous(boolean synchronous)
boolean type.
Default: true
Group: advanceddefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder synchronous(String synchronous)
boolean type.
Default: true
Group: advanceddefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder keepAlive(Boolean keepAlive)
java.lang.Boolean type.
Default: true
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder keepAlive(String keepAlive)
java.lang.Boolean
type.
Default: true
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder receiveBufferSize(Integer receiveBufferSize)
java.lang.Integer type.
Default: 8192
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder receiveBufferSize(String receiveBufferSize)
java.lang.Integer
type.
Default: 8192
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder sendBufferSize(Integer sendBufferSize)
java.lang.Integer type.
Default: 8192
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder sendBufferSize(String sendBufferSize)
java.lang.Integer
type.
Default: 8192
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder tcpNoDelay(Boolean tcpNoDelay)
java.lang.Boolean type.
Default: true
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder tcpNoDelay(String tcpNoDelay)
java.lang.Boolean
type.
Default: true
Group: tcpdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder connectTimeout(int connectTimeout)
int type.
Default: 30000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder connectTimeout(String connectTimeout)
int type.
Default: 30000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder idleTimeout(Integer idleTimeout)
java.lang.Integer type.
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder idleTimeout(String idleTimeout)
java.lang.Integer
type.
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder readTimeout(int readTimeout)
int type.
Default: 5000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder readTimeout(String readTimeout)
int type.
Default: 5000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder receiveTimeout(int receiveTimeout)
int type.
Default: 15000
Group: timeoutdefault MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder receiveTimeout(String receiveTimeout)
int type.
Default: 15000
Group: timeoutApache Camel