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)
defaultFrom - the value to setdefault CMEndpointBuilderFactory.CMEndpointBuilder defaultMaxNumberOfParts(int defaultMaxNumberOfParts)
defaultMaxNumberOfParts - the value to setdefault CMEndpointBuilderFactory.CMEndpointBuilder defaultMaxNumberOfParts(String defaultMaxNumberOfParts)
defaultMaxNumberOfParts - the value to setdefault CMEndpointBuilderFactory.CMEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault CMEndpointBuilderFactory.CMEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault CMEndpointBuilderFactory.CMEndpointBuilder productToken(String productToken)
productToken - the value to setdefault CMEndpointBuilderFactory.CMEndpointBuilder testConnectionOnStartup(boolean testConnectionOnStartup)
testConnectionOnStartup - the value to setdefault CMEndpointBuilderFactory.CMEndpointBuilder testConnectionOnStartup(String testConnectionOnStartup)
testConnectionOnStartup - the value to setApache Camel