| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static MllpComponentBuilderFactory.MllpComponentBuilder |
ComponentsBuilderFactory.mllp()
MLLP (camel-mllp)
Provides functionality required by Healthcare providers to communicate
with other systems using the MLLP protocol.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MllpComponentBuilderFactory.MllpComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default MllpComponentBuilderFactory.MllpComponentBuilder |
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 |
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 |
MllpComponentBuilderFactory.MllpComponentBuilder.configuration(org.apache.camel.component.mllp.MllpConfiguration configuration)
Sets the default configuration to use when creating MLLP endpoints.
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
MllpComponentBuilderFactory.MllpComponentBuilder.defaultCharset(Charset defaultCharset)
Set the default character set to use for byte to/from String
conversions.
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
MllpComponentBuilderFactory.MllpComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
MllpComponentBuilderFactory.MllpComponentBuilder.logPhi(Boolean logPhi)
Set the component to log PHI data.
|
default MllpComponentBuilderFactory.MllpComponentBuilder |
MllpComponentBuilderFactory.MllpComponentBuilder.logPhiMaxBytes(Integer logPhiMaxBytes)
Set the maximum number of bytes of PHI that will be logged in a log
entry.
|
static MllpComponentBuilderFactory.MllpComponentBuilder |
MllpComponentBuilderFactory.mllp()
MLLP (camel-mllp)
Provides functionality required by Healthcare providers to communicate
with other systems using the MLLP protocol.
|
Apache Camel