| Package | Description |
|---|---|
| io.quarkus.arc.runtime.devconsole |
| Modifier and Type | Method and Description |
|---|---|
Invocation.Kind |
Invocation.getKind() |
(package private) Invocation.Kind |
InvocationInterceptor.getKind(javax.interceptor.InvocationContext ctx) |
static Invocation.Kind |
Invocation.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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Invocation.Builder |
InvocationTree.invocationStarted(InjectableBean<?> bean,
Method method,
Invocation.Kind kind) |
(package private) Invocation.Builder |
Invocation.Builder.setKind(Invocation.Kind kind) |
| Constructor and Description |
|---|
Invocation(InjectableBean<?> interceptedBean,
long start,
long duration,
Method method,
Invocation.Kind kind,
String message,
List<Invocation> children) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.