public static interface SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder |
basic() |
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
enquireLinkTimer(Integer enquireLinkTimer)
Defines the interval in milliseconds between the confidence checks.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
enquireLinkTimer(String enquireLinkTimer)
Defines the interval in milliseconds between the confidence checks.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default 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 |
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 |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default 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 |
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 |
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.
|
default SmppEndpointBuilderFactory.SmppEndpointConsumerBuilder basic()
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder enquireLinkTimer(Integer enquireLinkTimer)
enquireLinkTimer - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder enquireLinkTimer(String enquireLinkTimer)
enquireLinkTimer - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder sessionStateListener(Object sessionStateListener)
sessionStateListener - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder sessionStateListener(String sessionStateListener)
sessionStateListener - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder transactionTimer(Integer transactionTimer)
transactionTimer - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder transactionTimer(String transactionTimer)
transactionTimer - the value to setApache Camel