public interface ServiceFactory
| Modifier and Type | Method and Description |
|---|---|
Service |
create(GatewayServices gatewayServices,
ServiceType serviceType,
GatewayConfig gatewayConfig,
Map<String,String> options) |
Service |
create(GatewayServices gatewayServices,
ServiceType serviceType,
GatewayConfig gatewayConfig,
Map<String,String> options,
String implementation) |
Service create(GatewayServices gatewayServices, ServiceType serviceType, GatewayConfig gatewayConfig, Map<String,String> options) throws ServiceLifecycleException
ServiceLifecycleExceptionService create(GatewayServices gatewayServices, ServiceType serviceType, GatewayConfig gatewayConfig, Map<String,String> options, String implementation) throws ServiceLifecycleException
ServiceLifecycleExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.