public static interface MllpComponentBuilderFactory.MllpComponentBuilder extends ComponentBuilder<org.apache.camel.component.mllp.MllpComponent>
| Modifier and Type | Method and Description |
|---|---|
default MllpComponentBuilderFactory.MllpComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
bridgeErrorHandler - the value to setdefault MllpComponentBuilderFactory.MllpComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MllpComponentBuilderFactory.MllpComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault MllpComponentBuilderFactory.MllpComponentBuilder defaultCharset(Charset defaultCharset)
defaultCharset - the value to setdefault MllpComponentBuilderFactory.MllpComponentBuilder logPhi(Boolean logPhi)
logPhi - the value to setdefault MllpComponentBuilderFactory.MllpComponentBuilder logPhiMaxBytes(Integer logPhiMaxBytes)
logPhiMaxBytes - the value to setApache Camel