| Package | Description |
|---|---|
| org.ballerinalang.bre.bvm | |
| org.ballerinalang.natives | |
| org.ballerinalang.util.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingNativeCallableUnit
{@link AbstractNativeCallableUnit} represents an abstract implementation of
functions and actions. |
| Modifier and Type | Method and Description |
|---|---|
static AsyncInvocableWorkerResponseContext |
BLangScheduler.executeBlockingNativeAsync(NativeCallableUnit nativeCallable,
Context nativeCtx,
int flags) |
static AsyncInvocableWorkerResponseContext |
BLangScheduler.executeNonBlockingNativeAsync(NativeCallableUnit nativeCallable,
Context nativeCtx,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
NativeCallableUnit |
NativeUnitLoader.loadNativeAction(String pkgName,
String connectorName,
String actionName) |
NativeCallableUnit |
NativeUnitLoader.loadNativeFunction(String pkgName,
String functionName) |
| Modifier and Type | Method and Description |
|---|---|
NativeCallableUnit |
CallableUnitInfo.getNativeCallableUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallableUnitInfo.setNativeCallableUnit(NativeCallableUnit nativeCallableUnit) |
Copyright © 2018 WSO2. All rights reserved.