public interface NativeCallableUnit
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context,
CallableUnitCallback callback)
Executes the implementation of the callable unit.
|
boolean |
isBlocking()
Returns whether this callable unit is executed in blocking manner or not.
|
void execute(Context context, CallableUnitCallback callback)
AbstractNativeCallableUnit
should implement the execute method.context
- Current context instancecallback
- Callback to return the response valuesboolean isBlocking()
Copyright © 2018 WSO2. All rights reserved.