| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder
Advanced builder for endpoint for the MLLP component.
|
| Modifier and Type | Method and Description |
|---|---|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.acceptTimeout(int acceptTimeout)
Timeout (in milliseconds) while waiting for a TCP connection TCP
Server Only.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.acceptTimeout(String acceptTimeout)
Timeout (in milliseconds) while waiting for a TCP connection TCP
Server Only.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder.advanced() |
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
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 |
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.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.bindRetryInterval(int bindRetryInterval)
TCP Server Only - The number of milliseconds to wait between bind
attempts.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.bindRetryInterval(String bindRetryInterval)
TCP Server Only - The number of milliseconds to wait between bind
attempts.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.bindTimeout(int bindTimeout)
TCP Server Only - The number of milliseconds to retry binding to a
server port.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.bindTimeout(String bindTimeout)
TCP Server Only - The number of milliseconds to retry binding to a
server port.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.idleTimeout(Integer idleTimeout)
The approximate idle time allowed before the Client TCP Connection
will be reset.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.idleTimeout(String idleTimeout)
The approximate idle time allowed before the Client TCP Connection
will be reset.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.lenientBind(boolean lenientBind)
TCP Server Only - Allow the endpoint to start before the TCP
ServerSocket is bound.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.lenientBind(String lenientBind)
TCP Server Only - Allow the endpoint to start before the TCP
ServerSocket is bound.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.maxConcurrentConsumers(int maxConcurrentConsumers)
The maximum number of concurrent MLLP Consumer connections that will
be allowed.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.maxConcurrentConsumers(String maxConcurrentConsumers)
The maximum number of concurrent MLLP Consumer connections that will
be allowed.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.maxReceiveTimeouts(Integer maxReceiveTimeouts)
Deprecated.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.maxReceiveTimeouts(String maxReceiveTimeouts)
Deprecated.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
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 |
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 |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.receiveBufferSize(Integer receiveBufferSize)
Sets the SO_RCVBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.receiveBufferSize(String receiveBufferSize)
Sets the SO_RCVBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.receiveTimeout(int receiveTimeout)
The SO_TIMEOUT value (in milliseconds) used when waiting for the
start of an MLLP frame.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.receiveTimeout(String receiveTimeout)
The SO_TIMEOUT value (in milliseconds) used when waiting for the
start of an MLLP frame.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.reuseAddress(Boolean reuseAddress)
Enable/disable the SO_REUSEADDR socket option.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.reuseAddress(String reuseAddress)
Enable/disable the SO_REUSEADDR socket option.
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.sendBufferSize(Integer sendBufferSize)
Sets the SO_SNDBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.sendBufferSize(String sendBufferSize)
Sets the SO_SNDBUF option to the specified value (in bytes).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used (this
component only supports synchronous operations).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used (this
component only supports synchronous operations).
|
Apache Camel