Interface Completable

All Known Subinterfaces:
TargetEventPublication
All Known Implementing Classes:
DefaultEventPublication

interface Completable
Internal interface to be able to mark TargetEventPublication instances as completed.
Author:
Oliver Drotbohm
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Marks the instance as completed at the given Instant.
  • Method Details

    • markCompleted

      void markCompleted(Instant instant)
      Marks the instance as completed at the given Instant.
      Parameters:
      instant - must not be null.