Uses of Class
io.quarkus.arc.runtime.devconsole.Invocation.Kind
-
Packages that use Invocation.Kind Package Description io.quarkus.arc.runtime.devconsole -
-
Uses of Invocation.Kind in io.quarkus.arc.runtime.devconsole
Methods in io.quarkus.arc.runtime.devconsole that return Invocation.Kind Modifier and Type Method Description Invocation.KindInvocation. getKind()(package private) Invocation.KindInvocationInterceptor. getKind(javax.interceptor.InvocationContext ctx)static Invocation.KindInvocation.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Invocation.Kind[]Invocation.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.arc.runtime.devconsole with parameters of type Invocation.Kind Modifier and Type Method Description (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.Kind Constructor Description Invocation(InjectableBean<?> interceptedBean, long start, long duration, Method method, Invocation.Kind kind, String message, List<Invocation> children)
-