claimCheckOut
fun claimCheckOut(messageStore: MessageStore, removeMessage: Boolean = false)
Content copied to clipboard
Populate the MessageTransformingHandler for the ClaimCheckOutTransformer with provided MessageStore and removeMessage
flag.
fun claimCheckOut( messageStore: MessageStore, removeMessage: Boolean, endpointConfigurer: GenericEndpointSpec<MessageTransformingHandler>.() -> Unit)
Content copied to clipboard
Populate the MessageTransformingHandler for the ClaimCheckOutTransformer with provided MessageStore and removeMessage
flag. In addition, accept options for the integration endpoint using GenericEndpointSpec.