Interface DistributedXLReleaseEvent
-
- All Superinterfaces:
XLReleaseEvent
- All Known Subinterfaces:
DistributedAttachmentEvent
,DistributedCommentEvent
,DistributedTaskEvent
,DistributedTaskStatusEvent
- All Known Implementing Classes:
DistributedAttachmentCreatedEvent
,DistributedAttachmentDeletedEvent
,DistributedCommentCreatedEvent
,DistributedCommentDeletedEvent
,DistributedCommentUpdatedEvent
,DistributedTaskStatusChangeEvent
,DistributedTaskStatusLineUpdated
public interface DistributedXLReleaseEvent extends XLReleaseEvent
A common interface for XL Release domain events that are cluster friendly. These events contain the minimal information possible to avoid serialization bottlenecks
-
-
Method Summary
-
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp, username, username_$eq
-
-