Class QuarkusStorkInfrastructure

java.lang.Object
io.smallrye.stork.integration.DefaultStorkInfrastructure
io.quarkus.stork.QuarkusStorkInfrastructure
All Implemented Interfaces:
io.smallrye.stork.spi.StorkInfrastructure
Direct Known Subclasses:
QuarkusStorkObservableInfrastructure

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

    • QuarkusStorkInfrastructure

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

    • 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