Uses of Class
it.tidalwave.actor.MessageSupport
-
Packages that use MessageSupport Package Description it.tidalwave.actor -
-
Uses of MessageSupport in it.tidalwave.actor
Classes in it.tidalwave.actor with type parameters of type MessageSupport Modifier and Type Class Description static class
MessageDecorator.Same<T extends MessageSupport>
A default implementation ofMessageDecorator
which returns the same message.Subclasses of MessageSupport in it.tidalwave.actor Modifier and Type Class Description class
CollaborationCompletedMessage
This message notifies that aCollaboration
has been completed.class
CollaborationStartedMessage
This message notifies that a newCollaboration
has been started.Methods in it.tidalwave.actor that return MessageSupport Modifier and Type Method Description MessageSupport
MessageDecorator. getDecoratedMessage()
Returns the decorated message.
-