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 Collaboration
Collaboration. NULL_COLLABORATION
Methods in it.tidalwave.actor that return Collaboration Modifier and Type Method Description Collaboration
Collaboration.Provider. getCollaboration()
Returns theCollaboration
.Collaboration
MessageSupport. getCollaboration()
Returns theCollaboration
that this message is part of.Collaboration
MessageSupport. send()
Sends this message, eventually performing a replacement (seeMessageDecorator
for further info).Collaboration
MessageSupport. sendDirectly()
Sends this message directly, not performing any replacement (seeMessageDecorator
for further info).Collaboration
MessageSupport. sendLater(int delay, java.util.concurrent.TimeUnit timeUnit)
Sends this message after a delay, eventually performing a replacement (seeMessageDecorator
for further info).Methods in it.tidalwave.actor with parameters of type Collaboration Modifier and Type Method Description static CollaborationCompletedMessage
CollaborationCompletedMessage. 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 Constructor Description MessageSupport(Collaboration collaboration)
-