public static interface CMEndpointBuilderFactory.CMEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CMEndpointBuilderFactory.AdvancedCMEndpointBuilder |
advanced() |
default CMEndpointBuilderFactory.CMEndpointBuilder |
defaultFrom(String defaultFrom)
This is the sender name.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
defaultMaxNumberOfParts(int defaultMaxNumberOfParts)
If it is a multipart message forces the max number.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
defaultMaxNumberOfParts(String defaultMaxNumberOfParts)
If it is a multipart message forces the max number.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
productToken(String productToken)
The unique token to use.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
testConnectionOnStartup(boolean testConnectionOnStartup)
Whether to test the connection to the SMS Gateway on startup.
|
default CMEndpointBuilderFactory.CMEndpointBuilder |
testConnectionOnStartup(String testConnectionOnStartup)
Whether to test the connection to the SMS Gateway on startup.
|
default CMEndpointBuilderFactory.AdvancedCMEndpointBuilder advanced()
default CMEndpointBuilderFactory.CMEndpointBuilder defaultFrom(String defaultFrom)
java.lang.String type.
Required: true
Group: producerdefault CMEndpointBuilderFactory.CMEndpointBuilder defaultMaxNumberOfParts(int defaultMaxNumberOfParts)
int type.
Default: 8
Group: producerdefault CMEndpointBuilderFactory.CMEndpointBuilder defaultMaxNumberOfParts(String defaultMaxNumberOfParts)
int type.
Default: 8
Group: producerdefault CMEndpointBuilderFactory.CMEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault CMEndpointBuilderFactory.CMEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault CMEndpointBuilderFactory.CMEndpointBuilder productToken(String productToken)
java.lang.String type.
Required: true
Group: producerdefault CMEndpointBuilderFactory.CMEndpointBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
boolean type.
Default: false
Group: producerdefault CMEndpointBuilderFactory.CMEndpointBuilder testConnectionOnStartup(String testConnectionOnStartup)
boolean type.
Default: false
Group: producerApache Camel