Package | Description |
---|---|
com.konylabs.middleware.api.events |
Modifier and Type | Method and Description |
---|---|
static List<EventData> |
EventData.fromJson(String jsonString)
Generates a list of events from given JSON string representation.
|
Modifier and Type | Method and Description |
---|---|
void |
EventNotifier.notify(EventData eventData)
Notify all subscribers of the given event based on the event name or topic.
|
void |
AbstractServiceEvent.onEvent(EventData eventData) |
void |
EventSubscriber.onEvent(EventData eventData)
Receives notification when any event of subscribed name or topic is
triggered.
|
Modifier and Type | Method and Description |
---|---|
void |
EventData.addStatusObserver(BiConsumer<EventStatus,EventData> observer)
Adds the observer for the status change event.
|
Copyright © 2019. All rights reserved.