| Package | Description |
|---|---|
| org.gcube.common.core.contexts | |
| org.gcube.common.core.contexts.ghn |
| Modifier and Type | Method and Description |
|---|---|
void |
GHNContext.subscribeGHNEvents(GHNConsumer consumer,
Events.GHNTopic... topics)
Subscribes a consumer to one or more
GHNTopics. |
void |
GHNContext.unsubscribeGHNEvents(GHNConsumer consumer,
Events.GHNTopic... topics)
Unsubscribe a consumer to one or more
GHNTopics. |
| Modifier and Type | Method and Description |
|---|---|
<T1 extends Events.GHNTopic,P1> |
GHNConsumer.onEvent(GCUBEEvent<T1,P1>... events)
Receives RI lifetime events and dispatches them to topic-specific callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
static Events.GHNTopic |
Events.GHNTopic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Events.GHNTopic[] |
Events.GHNTopic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.