Interface DistributedTaskEvent
-
- All Superinterfaces:
DistributedXLReleaseEvent
,XLReleaseEvent
- All Known Implementing Classes:
DistributedTaskStatusLineUpdated
public interface DistributedTaskEvent extends DistributedXLReleaseEvent
Common interface for domain events related to task execution or 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
-
-