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 it completion.Collaboration.Provider A provider of aCollaboration.MessageDecorator This role should be injected into a message to decorated it a the moment of sending. -
Class Summary Class Description CollaborationCompletedMessage This message notifies that aCollaborationhas been completed.CollaborationStartedMessage This message notifies that a newCollaborationhas been started.MessageDecorator.Same<T extends MessageSupport> A default implementation ofMessageDecoratorwhich returns the same message.MessageSupport A support class for implementing messages.