Package | Description |
---|---|
org.ballerinalang.connector.api | |
org.ballerinalang.connector.impl |
Modifier and Type | Method and Description |
---|---|
static BMap<String,BValue> |
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.
|
static void |
Executor.submit(Resource resource,
CallableUnitCallback responseCallback,
Map<String,Object> properties,
ObserverContext observerContext,
WorkerExecutionContext context,
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,
WorkerExecutionContext context,
BValue... bValues)
This method will execute the resource, given required details.
|
Copyright © 2018 WSO2. All rights reserved.