public interface Service
| Modifier and Type | Method and Description |
|---|---|
void |
init(GatewayConfig config,
Map<String,String> options) |
void |
start() |
void |
stop() |
void init(GatewayConfig config, Map<String,String> options) throws ServiceLifecycleException
ServiceLifecycleExceptionvoid start()
throws ServiceLifecycleException
ServiceLifecycleExceptionvoid stop() throws ServiceLifecycleException
ServiceLifecycleExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.