| Modifier and Type | Method and Description |
|---|---|
JsonSupport |
Configuration.getJsonSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setJsonSupport(JsonSupport jsonSupport)
Allows to setup custom implementation of
JSON serialization/deserialization
|
| Constructor and Description |
|---|
Namespace(String name,
JsonSupport jsonSupport,
StoreFactory storeFactory) |
NamespacesHub(JsonSupport jsonSupport,
StoreFactory storeFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
JacksonJsonSupport |
| Constructor and Description |
|---|
Decoder(JsonSupport jsonSupport,
AckManager ackManager) |
Encoder(Configuration configuration,
JsonSupport jsonSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreFactory.init(NamespacesHub namespacesHub,
JsonSupport jsonSupport) |
void |
RedisStoreFactory.init(NamespacesHub namespacesHub,
JsonSupport jsonSupport) |
| Constructor and Description |
|---|
RedisPubSubStore(redis.clients.jedis.Jedis pub,
redis.clients.jedis.Jedis sub,
Long nodeId,
JsonSupport jsonSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreFactory.init(NamespacesHub namespacesHub,
JsonSupport jsonSupport) |
Copyright © 2012–2013. All rights reserved.