Package | Description |
---|---|
com.konylabs.middleware.api.events |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceEvent
An abstract event subscriber that invokes another service on event.
|
class |
IntegrationServiceEvent
An abstract event subscriber implementation that invokes another Integration
service on event.
|
class |
ObjectServiceEvent
An abstract event subscriber implementation that invokes another Object
service on event.
|
Modifier and Type | Method and Description |
---|---|
void |
EventData.notify(EventSubscriber eventSubscriber,
int retryCount)
Notifies the subscriber of this event.
|
void |
EventManager.subscribe(String eventNameOrTopic,
EventSubscriber eventSubscriber)
Subscribes the given event subscriber to all events with specified name or
topic.
|
void |
EventManager.unsubscribe(String eventNameOrTopic,
EventSubscriber eventSubscriber)
Unsubscribes the given event subscriber to all events with specified topic.
|
Copyright © 2019. All rights reserved.