Interface PrinterEndpointBuilderFactory.PrinterBuilders

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

public static interface PrinterEndpointBuilderFactory.PrinterBuilders
  • Method Details

    • lpr

      Printer (camel-printer) Send print jobs to printers. Category: document Since: 2.1 Maven coordinates: org.apache.camel:camel-printer
      Returns:
      the dsl builder for the headers' name.
    • lpr

      Printer (camel-printer) Send print jobs to printers. Category: document Since: 2.1 Maven coordinates: org.apache.camel:camel-printer Syntax: lpr:hostname:port/printername Path parameter: hostname (required) Hostname of the printer Path parameter: port Port number of the printer Path parameter: printername Name of the printer
      Parameters:
      path - hostname:port/printername
      Returns:
      the dsl builder
    • lpr

      Printer (camel-printer) Send print jobs to printers. Category: document Since: 2.1 Maven coordinates: org.apache.camel:camel-printer Syntax: lpr:hostname:port/printername Path parameter: hostname (required) Hostname of the printer Path parameter: port Port number of the printer Path parameter: printername Name of the printer
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - hostname:port/printername
      Returns:
      the dsl builder