Class VertxInstanceInitiator

java.lang.Object
io.quarkus.hibernate.reactive.runtime.customized.VertxInstanceInitiator
All Implemented Interfaces:
org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.reactive.vertx.VertxInstance>, org.hibernate.service.spi.ServiceInitiator<org.hibernate.reactive.vertx.VertxInstance>

public class VertxInstanceInitiator extends Object implements org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.reactive.vertx.VertxInstance>
  • Constructor Details

    • VertxInstanceInitiator

      public VertxInstanceInitiator(io.vertx.core.Vertx vertx)
  • Method Details

    • initiateService

      public org.hibernate.reactive.vertx.VertxInstance initiateService(Map map, org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistryImplementor)
      Specified by:
      initiateService in interface org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.reactive.vertx.VertxInstance>
    • getServiceInitiated

      public Class<org.hibernate.reactive.vertx.VertxInstance> getServiceInitiated()
      Specified by:
      getServiceInitiated in interface org.hibernate.service.spi.ServiceInitiator<org.hibernate.reactive.vertx.VertxInstance>