public interface NotificationService
Modifier and Type | Method and Description |
---|---|
void |
notify(BaseTeaObject obj,
Event.EventType type,
Object data)
Send notification to the TEA server.
|
void |
notify(Event event)
Send notification to the TEA server.
|
void |
notifyNow(Event event)
Blocking call, will not return until the notification is delivered to the server.
|
void notify(Event event)
void notify(BaseTeaObject obj, Event.EventType type, Object data)
notify(Event)
.void notifyNow(Event event)
Copyright © 2014 Cloud Software Group, Inc.. All Rights Reserved.