public abstract class AbstractTaskDefinition<T extends AbstractTaskDefinition> extends FlowNodeDefinition<T>
| Constructor and Description |
|---|
AbstractTaskDefinition() |
| Modifier and Type | Method and Description |
|---|---|
T |
async(boolean async) |
T |
call(CallDefinition methodCall) |
T |
delegate(Class<?> delegateClass) |
Class<?> |
getDelegateClass() |
CallDefinition |
getMethodCall() |
Mixable |
getMixable() |
boolean |
isAsync() |
T |
marker(Mixable mixable) |
addIncoming, addOutgoing, display, equals, getDisplayName, getFlowPathDefinition, getId, getIncoming, getOutgoing, hashCode, id, id, id, self, setFlowPathDefinition, toStringas, hasMixin, with, withpublic T call(CallDefinition methodCall)
public T async(boolean async)
public Class<?> getDelegateClass()
public CallDefinition getMethodCall()
public Mixable getMixable()
public boolean isAsync()
Copyright © 2014. All rights reserved.