| Class | Description |
|---|---|
| DefaultVertxInstance |
A singleton instance of
Vertx that is created on
demand and destroyed automatically along with the Hibernate
session factory. |
| ProvidedVertxInstance |
An implementation of
VertxInstance which allows the client
to provide an instance of Vertx whose lifecyle is managed
externally to Hibernate Reactive. |
| VertxInstanceInitiator |
Factory for the default implementation of
VertxInstance. |