Package it.tidalwave.actor
Interface Collaboration.Provider
-
- All Known Implementing Classes:
CollaborationCompletedMessage,CollaborationStartedMessage,MessageSupport
- Enclosing interface:
- Collaboration
public static interface Collaboration.ProviderA provider of aCollaboration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationgetCollaboration()Returns theCollaboration.
-
-
-
Method Detail
-
getCollaboration
@Nonnull Collaboration getCollaboration()
Returns theCollaboration.- Returns:
- the
Collaboration
-
-