- R2dbcMessageHandler - Class in org.springframework.integration.r2dbc.outbound
-
Implementation of ReactiveMessageHandler which writes
Message payload into a Relational Database, using reactive r2dbc support.
- R2dbcMessageHandler(R2dbcEntityOperations) - Constructor for class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
-
Construct this instance using a fully created and initialized instance of provided
R2dbcEntityOperations
- R2dbcMessageHandler.Type - Enum in org.springframework.integration.r2dbc.outbound
-
- R2dbcMessageSource - Class in org.springframework.integration.r2dbc.inbound
-
An instance of MessageSource which returns
a Message with a payload which is the result of
execution of query.
- R2dbcMessageSource(R2dbcEntityOperations, String) - Constructor for class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
Create an instance with the provided R2dbcEntityOperations and SpEL expression
which should resolve to a Relational 'query' string.
- R2dbcMessageSource(R2dbcEntityOperations, Expression) - Constructor for class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
Create an instance with the provided R2dbcEntityOperations and SpEL expression
which should resolve to a Relational 'query' string.