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(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
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.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
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.pduProcessorDegree(Integer pduProcessorDegree) |
Sets the number of threads which can read PDU and process them in
parallel.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.pduProcessorDegree(String pduProcessorDegree) |
Sets the number of threads which can read PDU and process them in
parallel.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.pduProcessorQueueCapacity(Integer pduProcessorQueueCapacity) |
Sets the capacity of the working queue for PDU processing.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointConsumerBuilder.pduProcessorQueueCapacity(String pduProcessorQueueCapacity) |
Sets the capacity of the working queue for PDU processing.
|
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.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 |
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 |
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.
|