Interface ServiceOps
- All Known Implementing Classes:
SelfKeymasterInternalServiceOps
,SelfKeymasterServiceOps
,ZookeeperServiceDiscoveryOps
,ZookeeperServiceOps
public interface ServiceOps
Operations available for services.
-
Method Summary
Modifier and TypeMethodDescriptionget
(NetworkService.Type serviceType) Returns the service instance to invoke, for the given type.list
(NetworkService.Type serviceType) void
register
(NetworkService service) void
unregister
(NetworkService service)
-
Method Details
-
register
-
unregister
-
list
-
get
Returns the service instance to invoke, for the given type.- Parameters:
serviceType
- service type- Returns:
- service instance to invoke, for the given type
-