| Modifier and Type | Method and Description |
|---|---|
default Subscription |
AssetTree.acquireSubscription(RequestContext requestContext)
Acquire the Subscription view for a URI.
|
default Subscription |
AssetTree.getSubscription(RequestContext requestContext)
Get a Subscription view for a URI if ti exists.
|
Subscription |
Asset.subscription(boolean createIfAbsent)
Obtain the default subscription view.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Subscription> |
RequestContext.getSubscriptionType() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KVSSubscription<K,MV,V>
Created by peter on 29/05/15.
|
interface |
ObjectKVSSubscription<K,MV,V>
Created by peter.lawrey on 11/06/2015.
|
interface |
RawKVSSubscription<K,MV,V>
Created by peter.lawrey on 11/06/2015.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaKVSSubscription<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteKVSSubscription<K,MV,V> |
class |
RemoteTopologySubscription
Created by rob austin on 28/06/2015.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleSubscription<E>
Created by peter.lawrey on 09/07/2015.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteSimpleSubscription<E>
Created by peter on 29/05/15.
|
class |
VanillaSimpleSubscription<E>
Created by peter on 29/05/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionHandler<T extends Subscription>
Created by rob on 28/06/2015.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
SubscriptionHandler.subscription |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopologySubscription
Created by peter on 11/06/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaTopologySubscription
Created by peter on 11/06/15.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription |
VanillaSubAsset.subscription(boolean createIfAbsent) |
Subscription |
VanillaAsset.subscription(boolean createIfAbsent) |
Copyright © 2015. All rights reserved.