delay

fun delay(endpointConfigurer: DelayerEndpointSpec.() -> Unit)

Populate a DelayHandler to the current integration flow position. The DelayerEndpointSpec#messageGroupId(String) is required option.

Since

6.2


fun delay(groupId: String, endpointConfigurer: DelayerEndpointSpec.() -> Unit = {})

Deprecated

since 6.2

Replace with


				delay { 
					messageGroupId(groupId) 
				}

Populate a DelayHandler to the current integration flow position.