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 ExecutionRefExecution. getParent()A ref to the execution that forked this execution.ExecutionRefExecutionRef. getParent()A ref to the execution that forked this execution.ExecutionRefExecution. getRef()A reference to this execution.Methods in ratpack.exec that return types with arguments of type ExecutionRef Modifier and Type Method Description default java.util.Optional<ExecutionRef>Execution. maybeParent()A ref to the execution that forked this execution, if it has a parent.java.util.Optional<ExecutionRef>ExecutionRef. maybeParent()A ref to the execution that forked this execution, if it has a parent.
-