public abstract static class Invoker.DirectInvocation extends Invoker.Invocation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
invocationType |
| Constructor and Description |
|---|
DirectInvocation() |
| Modifier and Type | Method and Description |
|---|---|
Invoker.InvocationContext |
getInvocationContext() |
boolean |
init()
Init the call (especially useful in DEV mode to detect changes)
|
void |
suspend(Invoker.Suspend suspendRequest)
The request is suspended
|
_finally, after, before, execute, onException, onSuccess, preInit, runpublic static final java.lang.String invocationType
public boolean init()
Invoker.Invocationinit in class Invoker.Invocationpublic void suspend(Invoker.Suspend suspendRequest)
Invoker.Invocationsuspend in class Invoker.InvocationsuspendRequest - the suspended requestpublic Invoker.InvocationContext getInvocationContext()
getInvocationContext in class Invoker.InvocationGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly