@Contract public abstract class MessageQueue<M extends Message> extends Object
Constructor and Description |
---|
MessageQueue() |
Modifier and Type | Method and Description |
---|---|
void |
addMessage(M message) |
M |
getMessage() |
protected NotificationService |
getNotificationService() |
void |
resetQueue() |
int |
size() |
public void addMessage(M message)
public M getMessage()
public int size()
public void resetQueue()
protected NotificationService getNotificationService()
Copyright © 2018. All rights reserved.