public interface ExecutionContext
| Modifier and Type | Method and Description |
|---|---|
FlowInstance |
getInstance() |
FlowInstanceProperties<?,FlowInstanceProperty<?>> |
getProperties() |
boolean |
isAsync() |
boolean |
isSignaling() |
<T> T |
property(Enum key,
Class<T> clazz) |
<T> T |
property(Identifier key,
Class<T> clazz) |
<T> T |
property(Property<T> key,
Class<T> clazz) |
<T> T |
property(String key,
Class<T> clazz) |
<T> T |
service(Class<T> clazz) |
void |
setProperties(FlowInstanceProperties executionProperties) |
void |
setProperty(String key,
Object value) |
FlowInstance getInstance()
boolean isAsync()
boolean isSignaling()
void setProperties(FlowInstanceProperties executionProperties)
FlowInstanceProperties<?,FlowInstanceProperty<?>> getProperties()
<T> T property(Identifier key, Class<T> clazz)
<T> T service(Class<T> clazz)
Copyright © 2015. All rights reserved.