public static interface MllpComponentBuilderFactory.MllpComponentBuilder extends ComponentBuilder<org.apache.camel.component.mllp.MllpComponent>
| Modifier and Type | Method and Description |
|---|---|
default MllpComponentBuilderFactory.MllpComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
defaultCharset(Charset defaultCharset)
Set the default character set to use for byte to/from String
conversions.
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
logPhi(Boolean logPhi)
Set the component to log PHI data.
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
logPhiMaxBytes(Integer logPhiMaxBytes)
Set the maximum number of bytes of PHI that will be logged in a log
entry.
|
build, build, doSetProperty, registerdefault MllpComponentBuilderFactory.MllpComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault MllpComponentBuilderFactory.MllpComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault MllpComponentBuilderFactory.MllpComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault MllpComponentBuilderFactory.MllpComponentBuilder defaultCharset(Charset defaultCharset)
java.nio.charset.Charset type.
Default: ISO-8859-1
Group: advanceddefault MllpComponentBuilderFactory.MllpComponentBuilder logPhi(Boolean logPhi)
java.lang.Boolean type.
Default: true
Group: advanceddefault MllpComponentBuilderFactory.MllpComponentBuilder logPhiMaxBytes(Integer logPhiMaxBytes)
java.lang.Integer type.
Default: 5120
Group: advancedApache Camel