SC - service connector typeSI - service info typepublic interface ServiceConnectorCreator<SC,SI extends ServiceInfo>
| Modifier and Type | Method and Description |
|---|---|
SC |
create(SI serviceInfo,
ServiceConnectorConfig serviceConnectorConfig)
Create service for the given service info and configured with the given
configuration
|
Class<SC> |
getServiceConnectorType() |
Class<?> |
getServiceInfoType() |
SC create(SI serviceInfo, ServiceConnectorConfig serviceConnectorConfig)
serviceInfo - serviceConnectorConfig - Class<?> getServiceInfoType()