Uses of Interface
it.tidalwave.actor.Collaboration
-
Packages that use Collaboration Package Description it.tidalwave.actor -
-
Uses of Collaboration in it.tidalwave.actor
Fields in it.tidalwave.actor declared as Collaboration Modifier and Type Field Description static CollaborationCollaboration. NULL_COLLABORATIONMethods in it.tidalwave.actor that return Collaboration Modifier and Type Method Description CollaborationCollaboration.Provider. getCollaboration()Returns theCollaboration.CollaborationMessageSupport. getCollaboration()Returns theCollaborationthat this message is part of.CollaborationMessageSupport. send()Sends this message, eventually performing a replacement (seeMessageDecoratorfor further info).CollaborationMessageSupport. sendDirectly()Sends this message directly, not performing any replacement (seeMessageDecoratorfor further info).CollaborationMessageSupport. sendLater(int delay, java.util.concurrent.TimeUnit timeUnit)Sends this message after a delay, eventually performing a replacement (seeMessageDecoratorfor further info).Methods in it.tidalwave.actor with parameters of type Collaboration Modifier and Type Method Description static CollaborationCompletedMessageCollaborationCompletedMessage. 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 Constructor Description MessageSupport(Collaboration collaboration)
-