Class Invocation.Builder
java.lang.Object
io.quarkus.arc.runtime.devconsole.Invocation.Builder
- Enclosing class:
- Invocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) booleanaddChild(Invocation.Builder child) (package private) Invocationbuild()(package private) Invocation.Builder(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.Builder(package private) Invocation.BuildersetParent(Invocation.Builder parent) (package private) Invocation.BuildersetStart(long start)
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
newChild
Invocation.Builder newChild() -
setInterceptedBean
-
setStart
-
setDuration
-
setMethod
-
setKind
-
getParent
Invocation.Builder getParent() -
setParent
-
setMessage
-
addChild
-
build
Invocation build()
-