Package org.springframework.messaging.handler.annotation.reactive
@NonNullApi
@NonNullFields
package org.springframework.messaging.handler.annotation.reactive
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
-
ClassDescriptionAbstract base class to resolve method arguments from a named value, e.g.Represents a named value declaration.No-op resolver for method arguments of type
Continuation
.Resolve for@DestinationVariable
method parameters.Resolver for@Header
arguments.Argument resolver for headers.Extension ofAbstractMethodMessageHandler
for reactive, non-blocking handling of messages via@MessageMapping
methods.A resolver to extract and decode the payload of a message using aDecoder
, where the payload is expected to be aPublisher
ofDataBuffer
.