Class Invocation.Builder
java.lang.Object
io.quarkus.arc.runtime.devconsole.Invocation.Builder
- Enclosing class:
- Invocation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) boolean
addChild
(Invocation.Builder child) (package private) Invocation
build()
(package private) Invocation.Builder
(package private) Invocation.Builder
newChild()
(package private) Invocation.Builder
setDuration
(long duration) (package private) Invocation.Builder
setInterceptedBean
(InjectableBean<?> bean) (package private) Invocation.Builder
setKind
(Invocation.Kind kind) (package private) Invocation.Builder
setMessage
(String message) (package private) Invocation.Builder
(package private) Invocation.Builder
setParent
(Invocation.Builder parent) (package private) Invocation.Builder
setStart
(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()
-