Interface DistributedCommentEvent
-
- All Superinterfaces:
DistributedXLReleaseEvent
,XLReleaseEvent
- All Known Implementing Classes:
DistributedCommentCreatedEvent
,DistributedCommentDeletedEvent
,DistributedCommentUpdatedEvent
public interface DistributedCommentEvent extends DistributedXLReleaseEvent
Common interface for domain events related to comments modification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
taskId()
-
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp, username, username_$eq
-
-