Interface NotificationProxy
-
public interface NotificationProxyInterface for a notification proxy. A notification proxy propagates message availability events to upper layers of the implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddNotification(IntegerID consumerId, AbstractMessage prefetchedMessage)Send a notification packet through this proxyvoidflush()Flush buffered notifications
-
-
-
Method Detail
-
addNotification
void addNotification(IntegerID consumerId, AbstractMessage prefetchedMessage)
Send a notification packet through this proxy
-
flush
void flush()
Flush buffered notifications
-
-