public interface NotificationProxy
Interface for a notification proxy. A notification proxy propagates message availability events to upper layers of the implementation.
| Modifier and Type | Method and Description |
|---|---|
void |
addNotification(IntegerID consumerId,
AbstractMessage prefetchedMessage)
Send a notification packet through this proxy
|
void |
flush()
Flush buffered notifications
|
void addNotification(IntegerID consumerId, AbstractMessage prefetchedMessage)
void flush()
Copyright © 2019. All rights reserved.