Interface StreamClock

All Superinterfaces:
InstantSource
All Known Subinterfaces:
StreamClock.ControllableStreamClock
All Known Implementing Classes:
ControllableStreamClockImpl, UncontrolledStreamClock

public interface StreamClock extends InstantSource
A clock that provides the current time. Used as a marker interface instead of using InstantSource directly to indicate that the clock is used for stream processing.