public static interface MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder |
advanced() |
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
autoAck(boolean autoAck)
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
autoAck(String autoAck)
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
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
receive incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
receive incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
bufferWrites(boolean bufferWrites)
Deprecated.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
bufferWrites(String bufferWrites)
Deprecated.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
charsetName(String charsetName)
Set the CamelCharsetName property on the exchange.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
hl7Headers(boolean hl7Headers)
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
hl7Headers(String hl7Headers)
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
requireEndOfData(boolean requireEndOfData)
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
requireEndOfData(String requireEndOfData)
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
stringPayload(boolean stringPayload)
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
stringPayload(String stringPayload)
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
validatePayload(boolean validatePayload)
Enable/Disable the validation of HL7 Payloads If enabled, HL7
Payloads received from external systems will be validated (see
Hl7Util.generateInvalidPayloadExceptionMessage for details on the
validation).
|
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder |
validatePayload(String validatePayload)
Enable/Disable the validation of HL7 Payloads If enabled, HL7
Payloads received from external systems will be validated (see
Hl7Util.generateInvalidPayloadExceptionMessage for details on the
validation).
|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder advanced()
default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder autoAck(boolean autoAck)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder autoAck(String autoAck)
boolean type.
Default: true
Group: common@Deprecated default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder bufferWrites(boolean bufferWrites)
boolean type.
Default: false
Group: common@Deprecated default MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder bufferWrites(String bufferWrites)
boolean type.
Default: false
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder hl7Headers(boolean hl7Headers)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder hl7Headers(String hl7Headers)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder requireEndOfData(boolean requireEndOfData)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder requireEndOfData(String requireEndOfData)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder stringPayload(boolean stringPayload)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder stringPayload(String stringPayload)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder validatePayload(boolean validatePayload)
boolean type.
Default: false
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder validatePayload(String validatePayload)
boolean type.
Default: false
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: true
Group: consumerdefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: true
Group: consumerdefault MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder charsetName(String charsetName)
java.lang.String type.
Group: codecApache Camel