Uses of Interface
it.tidalwave.actor.Collaboration
Packages that use Collaboration
-
Uses of Collaboration in it.tidalwave.actor
Fields in it.tidalwave.actor declared as CollaborationMethods in it.tidalwave.actor that return CollaborationModifier 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).Methods in it.tidalwave.actor with parameters of type CollaborationModifier 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
.Constructors in it.tidalwave.actor with parameters of type Collaboration