Class Invocation.Builder
- java.lang.Object
-
- io.quarkus.arc.runtime.devconsole.Invocation.Builder
-
- Enclosing class:
- Invocation
static class Invocation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanaddChild(Invocation.Builder child)(package private) Invocationbuild()(package private) Invocation.BuildergetParent()(package private) Invocation.BuildernewChild()(package private) Invocation.BuildersetDuration(long duration)(package private) Invocation.BuildersetInterceptedBean(InjectableBean<?> bean)(package private) Invocation.BuildersetKind(Invocation.Kind kind)(package private) Invocation.BuildersetMessage(String message)(package private) Invocation.BuildersetMethod(Method method)(package private) Invocation.BuildersetParent(Invocation.Builder parent)(package private) Invocation.BuildersetStart(long start)
-
-
-
Method Detail
-
newChild
Invocation.Builder newChild()
-
setInterceptedBean
Invocation.Builder setInterceptedBean(InjectableBean<?> bean)
-
setStart
Invocation.Builder setStart(long start)
-
setDuration
Invocation.Builder setDuration(long duration)
-
setMethod
Invocation.Builder setMethod(Method method)
-
setKind
Invocation.Builder setKind(Invocation.Kind kind)
-
getParent
Invocation.Builder getParent()
-
setParent
Invocation.Builder setParent(Invocation.Builder parent)
-
setMessage
Invocation.Builder setMessage(String message)
-
addChild
boolean addChild(Invocation.Builder child)
-
build
Invocation build()
-
-