AcpSsePeriodicTimer class abstract interface

A cancellable periodic timer used by server-side SSE streams.

The abstraction keeps keepalive behavior deterministic in tests and lets embedders substitute a scheduler without exposing dart:io.

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive bool
Whether this timer can still fire.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() → void
Prevents future ticks. Calls are idempotent.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited