spring-integration / org.springframework.integration.dsl / KotlinIntegrationFlowDefinition / claimCheckOut

claimCheckOut

fun claimCheckOut(messageStore: MessageStore, removeMessage: Boolean = false): Unit

Populate the MessageTransformingHandler for the ClaimCheckOutTransformer with provided MessageStore and removeMessage flag.

fun claimCheckOut(messageStore: MessageStore, removeMessage: Boolean, endpointConfigurer: GenericEndpointSpec<MessageTransformingHandler>.() -> Unit): Unit

Populate the MessageTransformingHandler for the ClaimCheckOutTransformer with provided MessageStore and removeMessage flag. In addition accept options for the integration endpoint using GenericEndpointSpec.