| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder
Advanced builder for endpoint for the SMPP component.
|
| Modifier and Type | Method and Description |
|---|---|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder.advanced() |
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.enquireLinkTimer(Integer enquireLinkTimer)
Defines the interval in milliseconds between the confidence checks.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.enquireLinkTimer(String enquireLinkTimer)
Defines the interval in milliseconds between the confidence checks.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.sessionStateListener(Object sessionStateListener)
You can refer to a org.jsmpp.session.SessionStateListener in the
Registry to receive callbacks when the session state changed.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.sessionStateListener(String sessionStateListener)
You can refer to a org.jsmpp.session.SessionStateListener in the
Registry to receive callbacks when the session state changed.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.transactionTimer(Integer transactionTimer)
Defines the maximum period of inactivity allowed after a transaction,
after which an SMPP entity may assume that the session is no longer
active.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.transactionTimer(String transactionTimer)
Defines the maximum period of inactivity allowed after a transaction,
after which an SMPP entity may assume that the session is no longer
active.
|
Apache Camel