Class VertxCurrentContextFactory

  • All Implemented Interfaces:
    io.quarkus.arc.CurrentContextFactory

    public class VertxCurrentContextFactory
    extends Object
    implements io.quarkus.arc.CurrentContextFactory
    • Constructor Detail

      • VertxCurrentContextFactory

        public VertxCurrentContextFactory()
    • Method Detail

      • 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