Uses of Class
com.storedobject.job.MessageGroup
Packages that use MessageGroup
-
Uses of MessageGroup in com.storedobject.iot
Methods in com.storedobject.iot that return MessageGroupModifier and TypeMethodDescriptionBlock.getMessageGroup()
Retrieves the associatedMessageGroup
for this Block.Site.getMessageGroup()
Retrieves the related MessageGroup instance for the current Site.Methods in com.storedobject.iot with parameters of type MessageGroupModifier and TypeMethodDescriptionvoid
Block.setMessageGroup
(MessageGroup messageGroup) Sets the message group associated with this block by converting the providedMessageGroup
object to its corresponding identifier.void
Site.setMessageGroup
(MessageGroup messageGroup) Sets the message group associated with this site. -
Uses of MessageGroup in com.storedobject.job
Methods in com.storedobject.job that return MessageGroupModifier and TypeMethodDescriptionstatic MessageGroup
MessageGroup.create
(String name, TransactionManager tm) Create a new message group if it doesn't exist.static MessageGroup
static MessageGroup
Methods in com.storedobject.job that return types with arguments of type MessageGroup