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 |
pduProcessorDegree(Integer pduProcessorDegree)
Sets the number of threads which can read PDU and process them in
parallel.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
pduProcessorDegree(String pduProcessorDegree)
Sets the number of threads which can read PDU and process them in
parallel.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
pduProcessorQueueCapacity(Integer pduProcessorQueueCapacity)
Sets the capacity of the working queue for PDU processing.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
pduProcessorQueueCapacity(String pduProcessorQueueCapacity)
Sets the capacity of the working queue for PDU processing.
|
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 |
singleDLR(boolean singleDLR)
When true, the SMSC delivery receipt would be requested only for the
last segment of a multi-segment (long) message.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
singleDLR(String singleDLR)
When true, the SMSC delivery receipt would be requested only for the
last segment of a multi-segment (long) message.
|
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 pduProcessorDegree(Integer pduProcessorDegree)
pduProcessorDegree - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder pduProcessorDegree(String pduProcessorDegree)
pduProcessorDegree - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder pduProcessorQueueCapacity(Integer pduProcessorQueueCapacity)
pduProcessorQueueCapacity - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder pduProcessorQueueCapacity(String pduProcessorQueueCapacity)
pduProcessorQueueCapacity - 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 singleDLR(boolean singleDLR)
singleDLR - the value to setdefault SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder singleDLR(String singleDLR)
singleDLR - 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