Interface DistributedXLReleaseEvent
-
- All Superinterfaces:
XLReleaseEvent
- All Known Subinterfaces:
DistributedAttachmentEvent
,DistributedCommentEvent
,DistributedConfigurationEvents
,DistributedReleaseActorEvent
,DistributedSSEEvent
,DistributedTaskEvent
,DistributedTaskStatusEvent
- All Known Implementing Classes:
DistributedAttachmentCreatedEvent
,DistributedAttachmentDeletedEvent
,DistributedCommentCreatedEvent
,DistributedCommentDeletedEvent
,DistributedCommentUpdatedEvent
,DistributedConfigurationCopiedEvent
,DistributedConfigurationCreatedEvent
,DistributedConfigurationDeletedEvent
,DistributedConfigurationUpdatedEvent
,DistributedReleaseActorStarted
,DistributedReleaseActorStopped
,DistributedSendSSEEvent
,DistributedSubscribeSSEEvent
,DistributedTaskStatusChangeEvent
,DistributedTaskStatusLineUpdated
,DistributedUnsubscribeAllSSEEvent
,DistributedUnsubscribeSSEEvent
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
-
-