Class QuarkusStorkInfrastructure

  • All Implemented Interfaces:
    io.smallrye.stork.spi.StorkInfrastructure
    Direct Known Subclasses:
    QuarkusStorkObservableInfrastructure

    @Singleton
    public class QuarkusStorkInfrastructure
    extends io.smallrye.stork.integration.DefaultStorkInfrastructure
    • Constructor Detail

      • QuarkusStorkInfrastructure

        public QuarkusStorkInfrastructure​(io.vertx.core.Vertx vertx)
    • Method Detail

      • get

        public <T> T get​(Class<T> utilityClass,
                         Supplier<T> defaultSupplier)
        Specified by:
        get in interface io.smallrye.stork.spi.StorkInfrastructure
        Overrides:
        get in class io.smallrye.stork.integration.DefaultStorkInfrastructure