Class CheckingVertxContextInitiator

  • All Implemented Interfaces:
    org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.reactive.context.Context>, org.hibernate.service.spi.ServiceInitiator<org.hibernate.reactive.context.Context>

    public class CheckingVertxContextInitiator
    extends Object
    implements org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.reactive.context.Context>
    Custom Quarkus initiator for the Context service; this one creates instances of CheckingVertxContext.
    • Constructor Detail

      • CheckingVertxContextInitiator

        public CheckingVertxContextInitiator()
    • Method Detail

      • initiateService

        public org.hibernate.reactive.context.Context initiateService​(Map configurationValues,
                                                                      org.hibernate.service.spi.ServiceRegistryImplementor registry)
        Specified by:
        initiateService in interface org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.reactive.context.Context>
      • getServiceInitiated

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