Uses of Enum Class
io.r2dbc.postgresql.MultiHostConnectionStrategy.TargetServerType
Packages that use MultiHostConnectionStrategy.TargetServerType
Package
Description
An implementation of the Reactive Relational Database Connection API for PostgreSQL servers.
-
Uses of MultiHostConnectionStrategy.TargetServerType in io.r2dbc.postgresql
Subclasses with type arguments of type MultiHostConnectionStrategy.TargetServerType in io.r2dbc.postgresqlModifier and TypeClassDescriptionstatic enumPre-defined enumeration providingMultiHostConnectionStrategy.HostSelectorimplementations.Fields in io.r2dbc.postgresql with type parameters of type MultiHostConnectionStrategy.TargetServerTypeModifier and TypeFieldDescriptionstatic final Option<MultiHostConnectionStrategy.TargetServerType> PostgresqlConnectionFactoryProvider.TARGET_SERVER_TYPETarget server type.Methods in io.r2dbc.postgresql that return MultiHostConnectionStrategy.TargetServerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MultiHostConnectionStrategy.TargetServerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.r2dbc.postgresql with parameters of type MultiHostConnectionStrategy.TargetServerTypeModifier and TypeMethodDescriptionMono<io.r2dbc.postgresql.client.Client> MultiHostConnectionStrategy.connect(MultiHostConnectionStrategy.TargetServerType targetServerType) PostgresqlConnectionConfiguration.Builder.targetServerType(MultiHostConnectionStrategy.TargetServerType targetServerType) Allows opening connections to only servers with required state.