Interface ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
ThriftEndpointBuilderFactory.ThriftEndpointBuilder
- Enclosing interface:
- ThriftEndpointBuilderFactory
public static interface ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the Thrift component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder advanced()
-
compressionType
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder compressionType(ThriftEndpointBuilderFactory.ThriftCompressionType compressionType)
Protocol compression mechanism type. The option is a:org.apache.camel.component.thrift.ThriftCompressionType
type. Default: NONE Group: common
-
compressionType
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder compressionType(String compressionType)
Protocol compression mechanism type. The option will be converted to aorg.apache.camel.component.thrift.ThriftCompressionType
type. Default: NONE Group: common
-
exchangeProtocol
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)
Exchange protocol serialization type. The option is a:org.apache.camel.component.thrift.ThriftExchangeProtocol
type. Default: BINARY Group: common
-
exchangeProtocol
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder exchangeProtocol(String exchangeProtocol)
Exchange protocol serialization type. The option will be converted to aorg.apache.camel.component.thrift.ThriftExchangeProtocol
type. Default: BINARY Group: common
-
lazyStartProducer
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a:boolean
type. Default: false Group: producer
-
lazyStartProducer
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option will be converted to aboolean
type. Default: false Group: producer
-
method
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder method(String method)
The Thrift invoked method name. The option is a:java.lang.String
type. Group: producer
-
negotiationType
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
Security negotiation type. The option is a:org.apache.camel.component.thrift.ThriftNegotiationType
type. Default: PLAINTEXT Group: security
-
negotiationType
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder negotiationType(String negotiationType)
Security negotiation type. The option will be converted to aorg.apache.camel.component.thrift.ThriftNegotiationType
type. Default: PLAINTEXT Group: security
-
sslParameters
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder sslParameters(Object sslParameters)
Configuration parameters for SSL/TLS security negotiation. The option is a:org.apache.camel.support.jsse.SSLContextParameters
type. Group: security
-
sslParameters
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder sslParameters(String sslParameters)
Configuration parameters for SSL/TLS security negotiation. The option will be converted to aorg.apache.camel.support.jsse.SSLContextParameters
type. Group: security
-
-