Interface SqlGatewayEndpoint
-
- All Known Implementing Classes:
SqlGatewayRestEndpoint
@PublicEvolving public interface SqlGatewayEndpoint
Endpoint of the SqlGateway to allow users to communicate with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Start the endpoint.void
stop()
Terminate the endpoint.
-