| Package | Description |
|---|---|
| org.ballerinalang.connector.api | |
| org.ballerinalang.connector.impl |
| Modifier and Type | Method and Description |
|---|---|
static BStruct |
ConnectorUtils.createAndGetStruct(Context context,
String packagePath,
String structName)
Deprecated.
This method is used to create a struct given the context and required struct details.
|
void |
BallerinaServerConnector.deploymentComplete()
This will fire a deployment complete event so to the server connector implementation.
|
void |
BallerinaServerConnector.serviceRegistered(Service service)
This will fire a service registration event to the server connector implementation.
|
static void |
Executor.submit(Resource resource,
CallableUnitCallback responseCallback,
Map<String,Object> properties,
ObserverContext observerContext,
BValue... values)
This method will execute Ballerina resource in non-blocking manner.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceExecutor.execute(Resource resource,
CallableUnitCallback responseCallback,
Map<String,Object> properties,
ObserverContext observerContext,
BValue... bValues)
This method will execute the resource, given required details.
|
Copyright © 2018 WSO2. All rights reserved.