Package | Description |
---|---|
ratpack.exec |
The execution management.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|