| Package | Description |
|---|---|
| org.gcube.common.core.contexts | |
| org.gcube.common.core.contexts.service |
| Modifier and Type | Field and Description |
|---|---|
protected GCUBEProducer<GCUBEServiceContext.RILifetimeTopic,GCUBEServiceContext> |
GCUBEServiceContext.LTEventProducer
Embedded
GCUBEProducer for RI lifetime events. |
| Modifier and Type | Method and Description |
|---|---|
GCUBEServiceContext.RILifetimeTopic[] |
GCUBEServiceContext.Stager.getTopics() |
static GCUBEServiceContext.RILifetimeTopic |
GCUBEServiceContext.RILifetimeTopic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GCUBEServiceContext.RILifetimeTopic[] |
GCUBEServiceContext.RILifetimeTopic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEServiceContext.subscribeLifetTime(Consumer consumer,
GCUBEServiceContext.RILifetimeTopic... topics)
Subscribes a consumer to RI lifetime events for one or more RI lifetime topics.
|
void |
GCUBEServiceContext.unsubscribeLifetTime(Consumer consumer,
GCUBEServiceContext.RILifetimeTopic... topics)
Unsubscribes a consumer from RI lifetime events for one or more RI lifetime topics.
|
| Modifier and Type | Method and Description |
|---|---|
<T1 extends GCUBEServiceContext.RILifetimeTopic,P1 extends GCUBEServiceContext> |
Consumer.onEvent(GCUBEEvent<T1,P1>... events)
Receives RI lifetime events and dispatches them to topic-specific callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
GCUBEServiceContext.RILifetimeTopic[] |
Consumer.getTopics()
Returns the list of topics handled by the consumer.
|
Copyright © 2015. All Rights Reserved.