Skip navigation links
D G H O R S V 

D

doReceive() - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
Execute a query returning its results as the Message payload.

G

getComponentType() - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
 
getComponentType() - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 

O

onInit() - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
 
onInit() - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 
org.springframework.integration.r2dbc.inbound - package org.springframework.integration.r2dbc.inbound
 
org.springframework.integration.r2dbc.outbound - package org.springframework.integration.r2dbc.outbound
 

R

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
/** The mode for the R2dbcMessageHandler.
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.

S

setBindFunction(BiFunction<DatabaseClient.GenericExecuteSpec, ?, DatabaseClient.GenericExecuteSpec>) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
Provide a way to set BindFunction which will be used to bind parameters in the update query.
setCriteriaExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 
setExpectSingleResult(boolean) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
Provide a way to manage which find* method to invoke on R2dbcEntityOperations.
setPayloadType(Class<?>) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
Provide a way to set the type of the entityClass that will be passed to the DatabaseClient.execute(String) method.
setQueryType(R2dbcMessageHandler.Type) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 
setQueryTypeExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 
setTableName(String) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 
setTableNameExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 
setUpdateSql(String) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
Provide a way to set update query that will be passed to the DatabaseClient.execute(String) method.
setValuesExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
 

V

valueOf(String) - Static method in enum org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
Returns an array containing the constants of this enum type, in the order they are declared.
D G H O R S V 
Skip navigation links