Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder
Packages that use SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder
-
Uses of SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilderModifier and TypeMethodDescriptionSmppEndpointBuilderFactory.SmppEndpointBuilder.advanced()SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.enquireLinkTimer(Integer enquireLinkTimer) Defines the interval in milliseconds between the confidence checks.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.enquireLinkTimer(String enquireLinkTimer) Defines the interval in milliseconds between the confidence checks.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.interfaceVersion(String interfaceVersion) Defines the interface version to be used in the binding request with the SMSC.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.pduProcessorDegree(Integer pduProcessorDegree) Sets the number of threads which can read PDU and process them in parallel.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.pduProcessorDegree(String pduProcessorDegree) Sets the number of threads which can read PDU and process them in parallel.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.pduProcessorQueueCapacity(Integer pduProcessorQueueCapacity) Sets the capacity of the working queue for PDU processing.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.pduProcessorQueueCapacity(String pduProcessorQueueCapacity) Sets the capacity of the working queue for PDU processing.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.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.sessionStateListener(org.jsmpp.session.SessionStateListener sessionStateListener) You can refer to a org.jsmpp.session.SessionStateListener in the Registry to receive callbacks when the session state changed.SmppEndpointBuilderFactory.AdvancedSmppEndpointBuilder.singleDLR(boolean singleDLR) When true, the SMSC delivery receipt would be requested only for the last segment of a multi-segment (long) message.When true, the SMSC delivery receipt would be requested only for the last segment of a multi-segment (long) message.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.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.