public class SnoopClientRegistry extends Object
Constructor and Description |
---|
SnoopClientRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
deRegister(String clientId) |
Optional<SnoopConfig> |
getClientConfig(String clientId) |
Set<String> |
getClients() |
Collection<SnoopConfig> |
getServiceConfigs() |
void |
register(SnoopConfig client) |
public void register(SnoopConfig client)
public void deRegister(String clientId)
public Collection<SnoopConfig> getServiceConfigs()
public Optional<SnoopConfig> getClientConfig(String clientId)
Copyright © 2015. All rights reserved.