public static interface ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder |
advanced() |
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
clientTimeout(int clientTimeout)
Client timeout for consumers.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
clientTimeout(String clientTimeout)
Client timeout for consumers.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
compressionType(String compressionType)
Protocol compression mechanism type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
compressionType(ThriftEndpointBuilderFactory.ThriftCompressionType compressionType)
Protocol compression mechanism type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
exchangeProtocol(String exchangeProtocol)
Exchange protocol serialization type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)
Exchange protocol serialization type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
maxPoolSize(int maxPoolSize)
The Thrift server consumer max thread pool size.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
maxPoolSize(String maxPoolSize)
The Thrift server consumer max thread pool size.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
negotiationType(String negotiationType)
Security negotiation type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
Security negotiation type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
poolSize(int poolSize)
The Thrift server consumer initial thread pool size.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
poolSize(String poolSize)
The Thrift server consumer initial thread pool size.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
sslParameters(Object sslParameters)
Configuration parameters for SSL/TLS security negotiation.
|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
sslParameters(String sslParameters)
Configuration parameters for SSL/TLS security negotiation.
|
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder advanced()
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder compressionType(ThriftEndpointBuilderFactory.ThriftCompressionType compressionType)
org.apache.camel.component.thrift.ThriftCompressionType
type.
Default: NONE
Group: commondefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder compressionType(String compressionType)
org.apache.camel.component.thrift.ThriftCompressionType
type.
Default: NONE
Group: commondefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)
org.apache.camel.component.thrift.ThriftExchangeProtocol
type.
Default: BINARY
Group: commondefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder exchangeProtocol(String exchangeProtocol)
org.apache.camel.component.thrift.ThriftExchangeProtocol
type.
Default: BINARY
Group: commondefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder clientTimeout(int clientTimeout)
int type.
Group: consumerdefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder clientTimeout(String clientTimeout)
int type.
Group: consumerdefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder maxPoolSize(int maxPoolSize)
int type.
Default: 10
Group: consumerdefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder maxPoolSize(String maxPoolSize)
int type.
Default: 10
Group: consumerdefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder poolSize(int poolSize)
int type.
Default: 1
Group: consumerdefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder poolSize(String poolSize)
int type.
Default: 1
Group: consumerdefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder negotiationType(ThriftEndpointBuilderFactory.ThriftNegotiationType negotiationType)
org.apache.camel.component.thrift.ThriftNegotiationType
type.
Default: PLAINTEXT
Group: securitydefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder negotiationType(String negotiationType)
org.apache.camel.component.thrift.ThriftNegotiationType
type.
Default: PLAINTEXT
Group: securitydefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder sslParameters(Object sslParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder sslParameters(String sslParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securityApache Camel