@Portable public class PublishBatchMessagesEvent extends PublishBaseEvent
PublishBaseEvent.Place
Constructor and Description |
---|
PublishBatchMessagesEvent() |
Modifier and Type | Method and Description |
---|---|
List<SystemMessage> |
getMessagesToUnpublish() |
String |
getMessageType() |
boolean |
isCleanExisting() |
void |
setCleanExisting(boolean cleanExisting) |
void |
setMessagesToUnpublish(List<SystemMessage> messagesToUnpublish) |
void |
setMessageType(String messageType) |
getMessagesToPublish, getPlace, getSessionId, getUserId, isShowSystemConsole, setMessagesToPublish, setPlace, setSessionId, setShowSystemConsole, setUserId
public boolean isCleanExisting()
public void setCleanExisting(boolean cleanExisting)
public String getMessageType()
public void setMessageType(String messageType)
public List<SystemMessage> getMessagesToUnpublish()
public void setMessagesToUnpublish(List<SystemMessage> messagesToUnpublish)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.