Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-r2dbc
/
me.ahoo.wow.r2dbc
/
ConnectionFactoryRegistrar
Connection
Factory
Registrar
interface
ConnectionFactoryRegistrar
:
Map
<
String
,
ConnectionFactory
>
Inheritors
SimpleConnectionFactoryRegistrar
Members
Properties
entries
Link copied to clipboard
abstract
val
entries
:
Set
<
Map.Entry
<
String
,
ConnectionFactory
>
>
keys
Link copied to clipboard
abstract
val
keys
:
Set
<
String
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
val
values
:
Collection
<
ConnectionFactory
>
Functions
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
ConnectionFactory
)
:
Boolean
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
ConnectionFactory
?
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean