Interface Completable
- All Known Subinterfaces:
EventPublication
- All Known Implementing Classes:
DefaultEventPublication
interface Completable
Internal interface to be able to mark
EventPublication instances as completed.- Author:
- Oliver Drotbohm
-
Method Summary
Modifier and TypeMethodDescriptionvoidmarkCompleted(Instant instant) Marks the instance as completed at the givenInstant.
-
Method Details
-
markCompleted
Marks the instance as completed at the givenInstant.- Parameters:
instant- must not be null.
-