Class Invocation
java.lang.Object
io.quarkus.arc.runtime.dev.console.Invocation
Business method invocation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionInvocation(io.quarkus.arc.InjectableBean<?> interceptedBean, long start, long duration, Method method, Invocation.Kind kind, String message, List<Invocation> children) -
Method Summary
Modifier and TypeMethodDescriptionlonglongio.quarkus.arc.InjectableBean<?> getKind()getPackageName(String name) longgetStart()booleantoString()
-
Constructor Details
-
Invocation
Invocation(io.quarkus.arc.InjectableBean<?> interceptedBean, long start, long duration, Method method, Invocation.Kind kind, String message, List<Invocation> children)
-
-
Method Details
-
getInterceptedBean
public io.quarkus.arc.InjectableBean<?> getInterceptedBean() -
getStart
public long getStart() -
getStartFormatted
-
getDuration
public long getDuration() -
getDurationMillis
public long getDurationMillis() -
getMethod
-
getDeclaringClassName
-
getChildren
-
getKind
-
getMessage
-
toString
-
getPackageName
-
isQuarkusBean
public boolean isQuarkusBean()
-