Interface MllpEndpointBuilderFactory.MllpBuilders

    • Method Detail

      • mllp

        default MllpEndpointBuilderFactory.MllpEndpointBuilder mllp​(String path)
        MLLP (camel-mllp) Communicate with external systems using the MLLP protocol. Category: networking,rpc,mllp Since: 2.17 Maven coordinates: org.apache.camel:camel-mllp Syntax: mllp:hostname:port Path parameter: hostname (required) Hostname or IP for connection for the TCP connection. The default value is null, which means any local IP address Path parameter: port (required) Port number for the TCP connection
        Parameters:
        path - hostname:port
        Returns:
        the dsl builder
      • mllp

        default MllpEndpointBuilderFactory.MllpEndpointBuilder mllp​(String componentName,
                                                                    String path)
        MLLP (camel-mllp) Communicate with external systems using the MLLP protocol. Category: networking,rpc,mllp Since: 2.17 Maven coordinates: org.apache.camel:camel-mllp Syntax: mllp:hostname:port Path parameter: hostname (required) Hostname or IP for connection for the TCP connection. The default value is null, which means any local IP address Path parameter: port (required) Port number for the TCP connection
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - hostname:port
        Returns:
        the dsl builder