Class VertxCurrentContextFactory

java.lang.Object
io.quarkus.vertx.runtime.VertxCurrentContextFactory
All Implemented Interfaces:
io.quarkus.arc.CurrentContextFactory

public class VertxCurrentContextFactory extends Object implements io.quarkus.arc.CurrentContextFactory
  • Field Details

  • Constructor Details

    • VertxCurrentContextFactory

      public VertxCurrentContextFactory()
  • Method Details

    • create

      public <T extends io.quarkus.arc.InjectableContext.ContextState> io.quarkus.arc.CurrentContext<T> create(Class<? extends Annotation> scope)
      Specified by:
      create in interface io.quarkus.arc.CurrentContextFactory