Interface ThriftEndpointBuilderFactory.ThriftBuilders

    • Method Detail

      • thrift

        default ThriftEndpointBuilderFactory.ThriftHeaderNameBuilder 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 for the headers' name.
      • thrift

        default ThriftEndpointBuilderFactory.ThriftEndpointBuilder thrift​(String path)
        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 Syntax: thrift:host:port/service Path parameter: host The Thrift server host name. This is localhost or 0.0.0.0 (if not defined) when being a consumer or remote server host name when using producer. Path parameter: port (required) The Thrift server port Path parameter: service (required) Fully qualified service name from the thrift descriptor file (package dot service definition name)
        Parameters:
        path - host:port/service
        Returns:
        the dsl builder
      • thrift

        default ThriftEndpointBuilderFactory.ThriftEndpointBuilder thrift​(String componentName,
                                                                          String path)
        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 Syntax: thrift:host:port/service Path parameter: host The Thrift server host name. This is localhost or 0.0.0.0 (if not defined) when being a consumer or remote server host name when using producer. Path parameter: port (required) The Thrift server port Path parameter: service (required) Fully qualified service name from the thrift descriptor file (package dot service definition name)
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host:port/service
        Returns:
        the dsl builder