| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static ThriftEndpointBuilderFactory.ThriftExchangeProtocol |
ThriftEndpointBuilderFactory.ThriftExchangeProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftEndpointBuilderFactory.ThriftExchangeProtocol[] |
ThriftEndpointBuilderFactory.ThriftExchangeProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder |
ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder.exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)
Exchange protocol serialization type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder |
ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder.exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)
Exchange protocol serialization type.
|
default ThriftEndpointBuilderFactory.ThriftEndpointBuilder |
ThriftEndpointBuilderFactory.ThriftEndpointBuilder.exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)
Exchange protocol serialization type.
|
Apache Camel