public interface BallerinaServerConnector
ServerConnector This API provides the functionality to register ballerina servers in respective server
connector.| Modifier and Type | Method and Description |
|---|---|
void |
deploymentComplete()
This will fire a deployment complete event so to the server connector implementation.
|
List<String> |
getProtocolPackages()
This should return relevant protocol package paths.
|
void |
serviceRegistered(Service service)
This will fire a service registration event to the server connector implementation.
|
List<String> getProtocolPackages()
void serviceRegistered(Service service) throws BallerinaConnectorException
service - to be registered.BallerinaConnectorException - if an error occursvoid deploymentComplete()
throws BallerinaConnectorException
BallerinaConnectorException - if an error occursCopyright © 2018 WSO2. All rights reserved.