Uses of Enum Class
org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
Packages that use R2dbcMessageHandler.Type
Package
Description
Provides classes for supporting Java DSL for R2DBC components.
Provides classes for supporting R2DBC outbound components.
-
Uses of R2dbcMessageHandler.Type in org.springframework.integration.r2dbc.dsl
Methods in org.springframework.integration.r2dbc.dsl with parameters of type R2dbcMessageHandler.TypeModifier and TypeMethodDescriptionR2dbcMessageHandlerSpec.queryType(R2dbcMessageHandler.Type type) Set aR2dbcMessageHandler.Typefor query to execute.Method parameters in org.springframework.integration.r2dbc.dsl with type arguments of type R2dbcMessageHandler.TypeModifier and TypeMethodDescriptionR2dbcMessageHandlerSpec.queryTypeFunction(Function<Message<P>, R2dbcMessageHandler.Type> queryTypeFunction) Set aFunctionto evaluate aR2dbcMessageHandler.Typefor query to execute against a request message. -
Uses of R2dbcMessageHandler.Type in org.springframework.integration.r2dbc.outbound
Methods in org.springframework.integration.r2dbc.outbound that return R2dbcMessageHandler.TypeModifier and TypeMethodDescriptionstatic R2dbcMessageHandler.TypeReturns the enum constant of this class with the specified name.static R2dbcMessageHandler.Type[]R2dbcMessageHandler.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.integration.r2dbc.outbound with parameters of type R2dbcMessageHandler.TypeModifier and TypeMethodDescriptionvoidR2dbcMessageHandler.setQueryType(R2dbcMessageHandler.Type type) Set aR2dbcMessageHandler.Typefor query to execute.