Uses of Interface
ratpack.exec.ExecutionRef
-
Packages that use ExecutionRef Package Description ratpack.exec The execution management. -
-
Uses of ExecutionRef in ratpack.exec
Methods in ratpack.exec that return ExecutionRef Modifier and Type Method Description default ExecutionRef
Execution. getParent()
A ref to the execution that forked this execution.ExecutionRef
ExecutionRef. getParent()
A ref to the execution that forked this execution.ExecutionRef
Execution. getRef()
A reference to this execution.Methods in ratpack.exec that return types with arguments of type ExecutionRef Modifier and Type Method Description default Optional<ExecutionRef>
Execution. maybeParent()
A ref to the execution that forked this execution, if it has a parent.Optional<ExecutionRef>
ExecutionRef. maybeParent()
A ref to the execution that forked this execution, if it has a parent.
-