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, run
public static final java.lang.String invocationType
public boolean init()
Invoker.Invocation
init
in class Invoker.Invocation
public void suspend(Invoker.Suspend suspendRequest)
Invoker.Invocation
suspend
in class Invoker.Invocation
suspendRequest
- the suspended requestpublic Invoker.InvocationContext getInvocationContext()
getInvocationContext
in class Invoker.Invocation
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly