public interface StoreFactory extends Disconnectable
| Modifier and Type | Method and Description |
|---|---|
<K,V> Map<K,V> |
createMap(String name) |
Store |
createStore(UUID sessionId) |
void |
init(NamespacesHub namespacesHub,
AuthorizeHandler authorizeHandler,
JsonSupport jsonSupport) |
PubSubStore |
pubSubStore() |
void |
shutdown() |
onDisconnectPubSubStore pubSubStore()
void init(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport)
void shutdown()
Copyright © 2012–2016. All rights reserved.