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.ThriftExchangeProtocolThriftEndpointBuilderFactory.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.ThriftEndpointBuilderThriftEndpointBuilderFactory.ThriftEndpointBuilder. exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)Exchange protocol serialization type.default ThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilderThriftEndpointBuilderFactory.ThriftEndpointConsumerBuilder. exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)Exchange protocol serialization type.default ThriftEndpointBuilderFactory.ThriftEndpointProducerBuilderThriftEndpointBuilderFactory.ThriftEndpointProducerBuilder. exchangeProtocol(ThriftEndpointBuilderFactory.ThriftExchangeProtocol exchangeProtocol)Exchange protocol serialization type.
-