class KotlinFilterEndpointSpec : ConsumerEndpointSpec<FilterEndpointSpec, MessageFilter>
An FilterEndpointSpec wrapped for Kotlin DSL.
<init> |
An FilterEndpointSpec wrapped for Kotlin DSL. KotlinFilterEndpointSpec(delegate: FilterEndpointSpec) |
delegate |
the FilterEndpointSpec this instance is delegating to. val delegate: FilterEndpointSpec |
discardChannel |
fun discardChannel(discardChannel: MessageChannel): Unitfun discardChannel(discardChannelName: String): Unit |
discardFlow |
fun discardFlow(subFlow: KotlinIntegrationFlowDefinition.() -> Unit): Unit |
discardWithinAdvice |
fun discardWithinAdvice(discardWithinAdvice: Boolean): Unit |
throwExceptionOnRejection |
fun throwExceptionOnRejection(throwExceptionOnRejection: Boolean): Unit |