Uses of Class
org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.ThriftExchangeProtocol
-
Packages that use ThriftEndpointBuilderFactory.ThriftExchangeProtocol Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ThriftEndpointBuilderFactory.ThriftExchangeProtocol in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ThriftEndpointBuilderFactory.ThriftExchangeProtocol Modifier and Type Method 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.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type ThriftEndpointBuilderFactory.ThriftExchangeProtocol Modifier and Type Method Description default ThriftEndpointBuilderFactory.ThriftEndpointBuilder
ThriftEndpointBuilderFactory.ThriftEndpointBuilder. exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)
Exchange protocol serialization type.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.
-