Package it.tidalwave.actor
-
Interface Summary Interface Description Collaboration Represents a single task that is possibly decomposed in multiple subtasks and provides support for waiting for its completion.Collaboration.Provider A provider of aCollaboration
.MessageDecorator This role should be injected into a message to decorated it at the moment of sending. -
Class Summary Class Description CollaborationCompletedMessage This message notifies that aCollaboration
has been completed.CollaborationStartedMessage This message notifies that a newCollaboration
has been started.MessageDecorator.Same<T extends MessageSupport> A default implementation ofMessageDecorator
which returns the same message.MessageSupport A support class for implementing messages.