Uses of Class
org.springframework.integration.handler.AbstractReactiveMessageHandler
Package
Description
Provides classes related to the Mongo outbound channel adapters
Provides classes for supporting R2DBC outbound components.
Provides classes supporting outbound endpoints.
Provides classes for outbound channel adapters over ZeroMQ.
-
Uses of AbstractReactiveMessageHandler in org.springframework.integration.mongodb.outbound
Modifier and TypeClassDescriptionclass
Implementation ofReactiveMessageHandler
which writes Message payload into a MongoDb collection, using reactive MongoDb support, The collection is identified by evaluation of theReactiveMongoDbStoringMessageHandler.collectionNameExpression
. -
Uses of AbstractReactiveMessageHandler in org.springframework.integration.r2dbc.outbound
Modifier and TypeClassDescriptionclass
Implementation ofReactiveMessageHandler
which writes Message payload into a Relational Database, using reactive r2dbc support. -
Uses of AbstractReactiveMessageHandler in org.springframework.integration.redis.outbound
Modifier and TypeClassDescriptionclass
Implementation ofReactiveMessageHandler
which writes Message payload or Message itself (seeReactiveRedisStreamMessageHandler.extractPayload
) into a Redis stream using Reactive Stream operations. -
Uses of AbstractReactiveMessageHandler in org.springframework.integration.zeromq.outbound
Modifier and TypeClassDescriptionclass
TheAbstractReactiveMessageHandler
implementation for publishing messages over ZeroMq socket.