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 theCollaborationthat this message is part of.MessageSupport.send()Sends this message, eventually performing a replacement (seeMessageDecoratorfor further info).MessageSupport.sendDirectly()Sends this message directly, not performing any replacement (seeMessageDecoratorfor further info).Sends this message after a delay, eventually performing a replacement (seeMessageDecoratorfor 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 CollaborationStartedMessageCollaborationStartedMessage.forCollaboration(Collaboration collaboration) Creates a new instance for the givenCollaboration.Constructors in it.tidalwave.actor with parameters of type Collaboration