See: Description
Interface | Description |
---|---|
ReactiveLoaderBasedLoader |
An interface intended for
ReactiveLoader implementations that also
extend a Loader implementation. |
By default, non-blocking access to the database is provided
by the Vert.x SQL client
.
Two parallel APIs are available:
Stage
is an API
designed around Java's CompletionStage
.
Mutiny
is an API
designed around Mutiny's Uni
.
Stage.SessionFactory
or
Mutiny.SessionFactory
.