Uses of Interface
org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.ThriftEndpointBuilder
Packages that use ThriftEndpointBuilderFactory.ThriftEndpointBuilder
-
Uses of ThriftEndpointBuilderFactory.ThriftEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ThriftEndpointBuilderFactory.ThriftEndpointBuilderModifier and TypeMethodDescriptionThrift (camel-thrift) Call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism.Thrift (camel-thrift) Call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism. -
Uses of ThriftEndpointBuilderFactory.ThriftEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ThriftEndpointBuilderFactory.ThriftEndpointBuilderModifier and TypeMethodDescriptionThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder.basic()ThriftEndpointBuilderFactory.ThriftEndpointBuilder.compressionType(String compressionType) Protocol compression mechanism type.ThriftEndpointBuilderFactory.ThriftEndpointBuilder.compressionType(org.apache.camel.component.thrift.ThriftCompressionType compressionType) Protocol compression mechanism type.ThriftEndpointBuilderFactory.endpointBuilder(String componentName, String path) ThriftEndpointBuilderFactory.ThriftEndpointBuilder.exchangeProtocol(String exchangeProtocol) Exchange protocol serialization type.ThriftEndpointBuilderFactory.ThriftEndpointBuilder.exchangeProtocol(org.apache.camel.component.thrift.ThriftExchangeProtocol exchangeProtocol) Exchange protocol serialization type.ThriftEndpointBuilderFactory.ThriftEndpointBuilder.negotiationType(String negotiationType) Security negotiation type.ThriftEndpointBuilderFactory.ThriftEndpointBuilder.negotiationType(org.apache.camel.component.thrift.ThriftNegotiationType negotiationType) Security negotiation type.ThriftEndpointBuilderFactory.ThriftEndpointBuilder.sslParameters(String sslParameters) Configuration parameters for SSL/TLS security negotiation.ThriftEndpointBuilderFactory.ThriftEndpointBuilder.sslParameters(org.apache.camel.support.jsse.SSLContextParameters sslParameters) Configuration parameters for SSL/TLS security negotiation.Thrift (camel-thrift) Call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism.Thrift (camel-thrift) Call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism.