Interface MllpEndpointBuilderFactory.MllpBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
MllpEndpointBuilderFactory

public static interface MllpEndpointBuilderFactory.MllpBuilders
  • Method Details

    • mllp

      MLLP (camel-mllp) Communicate with external systems using the MLLP protocol. Category: health Since: 2.17 Maven coordinates: org.apache.camel:camel-mllp
      Returns:
      the dsl builder for the headers' name.
    • mllp

      MLLP (camel-mllp) Communicate with external systems using the MLLP protocol. Category: health 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: health 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