public static interface MllpEndpointBuilderFactory.MllpEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder |
advanced() |
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
autoAck(boolean autoAck)
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
autoAck(String autoAck)
Enable/Disable the automatic generation of a MLLP Acknowledgement
MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
bufferWrites(boolean bufferWrites)
Deprecated.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
bufferWrites(String bufferWrites)
Deprecated.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
charsetName(String charsetName)
Set the CamelCharsetName property on the exchange.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
hl7Headers(boolean hl7Headers)
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
hl7Headers(String hl7Headers)
Enable/Disable the automatic generation of message headers from the
HL7 Message MLLP Consumers only.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
requireEndOfData(boolean requireEndOfData)
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
requireEndOfData(String requireEndOfData)
Enable/Disable strict compliance to the MLLP standard.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
stringPayload(boolean stringPayload)
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
stringPayload(String stringPayload)
Enable/Disable converting the payload to a String.
|
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder |
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.MllpEndpointProducerBuilder |
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.AdvancedMllpEndpointProducerBuilder advanced()
default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder autoAck(boolean autoAck)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder autoAck(String autoAck)
boolean type.
Default: true
Group: common@Deprecated default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder bufferWrites(boolean bufferWrites)
boolean type.
Default: false
Group: common@Deprecated default MllpEndpointBuilderFactory.MllpEndpointProducerBuilder bufferWrites(String bufferWrites)
boolean type.
Default: false
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder hl7Headers(boolean hl7Headers)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder hl7Headers(String hl7Headers)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder requireEndOfData(boolean requireEndOfData)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder requireEndOfData(String requireEndOfData)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder stringPayload(boolean stringPayload)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder stringPayload(String stringPayload)
boolean type.
Default: true
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder validatePayload(boolean validatePayload)
boolean type.
Default: false
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder validatePayload(String validatePayload)
boolean type.
Default: false
Group: commondefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault MllpEndpointBuilderFactory.MllpEndpointProducerBuilder charsetName(String charsetName)
java.lang.String type.
Group: codecApache Camel