Interface ThriftComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface ThriftComponentBuilderFactory
Call and expose remote procedures (RPC) with Apache Thrift data format and
serialization mechanism.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder for the Thrift component.static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionthrift()
Thrift (camel-thrift) Call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism.
-
Method Details
-
thrift
Thrift (camel-thrift) Call and expose remote procedures (RPC) with Apache Thrift data format and serialization mechanism. Category: rpc,transformation Since: 2.20 Maven coordinates: org.apache.camel:camel-thrift- Returns:
- the dsl builder
-