Uses of Class
org.apache.camel.component.thrift.ThriftEndpoint
-
Packages that use ThriftEndpoint Package Description org.apache.camel.component.thrift org.apache.camel.component.thrift.server -
-
Uses of ThriftEndpoint in org.apache.camel.component.thrift
Fields in org.apache.camel.component.thrift declared as ThriftEndpoint Modifier and Type Field Description protected ThriftEndpoint
ThriftProducer. endpoint
Constructors in org.apache.camel.component.thrift with parameters of type ThriftEndpoint Constructor Description ThriftConsumer(ThriftEndpoint endpoint, org.apache.camel.Processor processor, ThriftConfiguration configuration)
ThriftProducer(ThriftEndpoint endpoint, ThriftConfiguration configuration)
-
Uses of ThriftEndpoint in org.apache.camel.component.thrift.server
Constructors in org.apache.camel.component.thrift.server with parameters of type ThriftEndpoint Constructor Description ThriftMethodHandler(ThriftEndpoint endpoint, ThriftConsumer consumer)
-