| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_LPR_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.lpr.autowiredEnabled" |
public static final String |
CAMEL_SINK_LPR_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_LPR_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.lpr.lazyStartProducer" |
public static final String |
CAMEL_SINK_LPR_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_COPIES_CONF |
"camel.sink.endpoint.copies" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_COPIES_DOC |
"Number of copies to print" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_DOC_FLAVOR_CONF |
"camel.sink.endpoint.docFlavor" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_DOC_FLAVOR_DOC |
"Sets DocFlavor to use." |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_FLAVOR_CONF |
"camel.sink.endpoint.flavor" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_FLAVOR_DOC |
"Sets DocFlavor to use." |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_MEDIA_SIZE_CONF |
"camel.sink.endpoint.mediaSize" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_MEDIA_SIZE_DEFAULT |
"na-letter" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_MEDIA_SIZE_DOC |
"Sets the stationary as defined by enumeration names in the javax.print.attribute.standard.MediaSizeName API. The default setting is to use North American Letter sized stationary. The value\'s case is ignored, e.g. values of iso_a4 and ISO_A4 may be used." |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_MEDIA_TRAY_CONF |
"camel.sink.endpoint.mediaTray" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_MEDIA_TRAY_DOC |
"Sets MediaTray supported by the javax.print.DocFlavor API, for example upper,middle etc." |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_MIME_TYPE_CONF |
"camel.sink.endpoint.mimeType" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_MIME_TYPE_DOC |
"Sets mimeTypes supported by the javax.print.DocFlavor API" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_ORIENTATION_CONF |
"camel.sink.endpoint.orientation" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_ORIENTATION_DEFAULT |
"portrait" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_ORIENTATION_DOC |
"Sets the page orientation. One of: [portrait] [landscape] [reverse-portrait] [reverse-landscape]" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_PRINTER_PREFIX_CONF |
"camel.sink.endpoint.printerPrefix" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_PRINTER_PREFIX_DOC |
"Sets the prefix name of the printer, it is useful when the printer name does not start with //hostname/printer" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_SEND_TO_PRINTER_CONF |
"camel.sink.endpoint.sendToPrinter" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_SEND_TO_PRINTER_DOC |
"etting this option to false prevents sending of the print data to the printer" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_SIDES_CONF |
"camel.sink.endpoint.sides" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_SIDES_DEFAULT |
"one-sided" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_SIDES_DOC |
"Sets one sided or two sided printing based on the javax.print.attribute.standard.Sides API One of: [one-sided] [duplex] [tumble] [two-sided-short-edge] [two-sided-long-edge]" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_LPR_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_LPR_PATH_HOSTNAME_CONF |
"camel.sink.path.hostname" |
public static final String |
CAMEL_SINK_LPR_PATH_HOSTNAME_DOC |
"Hostname of the printer" |
public static final String |
CAMEL_SINK_LPR_PATH_PORT_CONF |
"camel.sink.path.port" |
public static final String |
CAMEL_SINK_LPR_PATH_PORT_DOC |
"Port number of the printer" |
public static final String |
CAMEL_SINK_LPR_PATH_PRINTERNAME_CONF |
"camel.sink.path.printername" |
public static final String |
CAMEL_SINK_LPR_PATH_PRINTERNAME_DOC |
"Name of the printer" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.