Package | Description |
---|---|
org.ballerinalang.bre.bvm | |
org.ballerinalang.model.values | |
org.ballerinalang.util.program | |
org.ballerinalang.util.transactions |
Modifier and Type | Method and Description |
---|---|
void |
StreamingRuntimeManager.addCallback(String streamId,
BFunctionPointer functionPointer,
SiddhiAppRuntime siddhiAppRuntime) |
Modifier and Type | Method and Description |
---|---|
void |
BTable.performRemoveOperation(Context context,
BFunctionPointer lambdaFunction)
Performs Removal of records matching the condition defined by the provided lambda function.
|
void |
BStream.subscribe(BFunctionPointer functionPointer)
Method to register a subscription to the underlying topic representing the stream in the broker.
|
Modifier and Type | Field and Description |
---|---|
BFunctionPointer |
CompensationTable.CompensationEntry.fPointer |
Modifier and Type | Method and Description |
---|---|
void |
TransactionResourceManager.registerAbortedFunction(int transactionBlockId,
BFunctionPointer bFunctionPointer)
This method will register an aborted function handler of a particular transaction.
|
void |
TransactionResourceManager.registerCommittedFunction(int transactionBlockId,
BFunctionPointer bFunctionPointer)
This method will register a committed function handler of a particular transaction.
|
Copyright © 2018 WSO2. All rights reserved.