Uses of Interface
it.tidalwave.actor.Collaboration
-
Uses of Collaboration in it.tidalwave.actor
Modifier and TypeMethodDescriptionCollaboration.Provider.getCollaboration()
Returns theCollaboration
.MessageSupport.getCollaboration()
Returns theCollaboration
that this message is part of.MessageSupport.send()
Sends this message, eventually performing a replacement (seeMessageDecorator
for further info).MessageSupport.sendDirectly()
Sends this message directly, not performing any replacement (seeMessageDecorator
for further info).Sends this message after a delay, eventually performing a replacement (seeMessageDecorator
for further info).Modifier and TypeMethodDescriptionCollaborationCompletedMessage.forCollaboration
(Collaboration collaboration) Creates a new instance for the givenCollaboration
.static CollaborationStartedMessage
CollaborationStartedMessage.forCollaboration
(Collaboration collaboration) Creates a new instance for the givenCollaboration
.