Uses of Enum Class
io.quarkus.arc.runtime.devconsole.Invocation.Kind
Packages that use Invocation.Kind
-
Uses of Invocation.Kind in io.quarkus.arc.runtime.devconsole
Methods in io.quarkus.arc.runtime.devconsole that return Invocation.KindModifier and TypeMethodDescriptionInvocation.getKind()(package private) Invocation.KindInvocationInterceptor.getKind(jakarta.interceptor.InvocationContext ctx) static Invocation.KindReturns the enum constant of this class with the specified name.static Invocation.Kind[]Invocation.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.arc.runtime.devconsole with parameters of type Invocation.KindModifier and TypeMethodDescription(package private) Invocation.BuilderInvocationTree.invocationStarted(InjectableBean<?> bean, Method method, Invocation.Kind kind) (package private) Invocation.BuilderInvocation.Builder.setKind(Invocation.Kind kind) Constructors in io.quarkus.arc.runtime.devconsole with parameters of type Invocation.KindModifierConstructorDescription(package private)Invocation(InjectableBean<?> interceptedBean, long start, long duration, Method method, Invocation.Kind kind, String message, List<Invocation> children)