| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.SmppEndpointBuilder.advanced() |
default SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.enquireLinkTimer(Integer enquireLinkTimer)
Defines the interval in milliseconds between the confidence checks.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.enquireLinkTimer(String enquireLinkTimer)
Defines the interval in milliseconds between the confidence checks.
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.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.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.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.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.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.AdvancedSmppEndpointBuilder |
SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.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