Uses of Package
org.springframework.messaging.handler.annotation.reactive
Packages that use org.springframework.messaging.handler.annotation.reactive
Package
Description
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Support classes for working with annotated RSocket stream handling methods.
-
Classes in org.springframework.messaging.handler.annotation.reactive used by org.springframework.messaging.handler.annotation.reactiveClassDescriptionAbstract base class to resolve method arguments from a named value, for example, message headers or destination variables.Represents a named value declaration.
-
Classes in org.springframework.messaging.handler.annotation.reactive used by org.springframework.messaging.rsocket.annotation.supportClassDescriptionExtension of
AbstractMethodMessageHandler
for reactive, non-blocking handling of messages via@MessageMapping
methods.