spring-integration
Toggle table of contents
7.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
spring-integration
spring-integration-core
/
org.springframework.integration.dsl
/
KotlinConsumerEndpointSpec
/
customizeMonoReply
customize
Mono
Reply
fun
<
T
:
Any
,
V
:
Any
>
customizeMonoReply
(
replyCustomizer
:
(
Message
<
*
>
,
Mono
<
T
>
)
->
Publisher
<
V
>
)