Discontinuity

interface Discontinuity

An interface to be implemented by objects that can emit discontinuities to listeners. Spec: CHA-RL15

Inheritors

Types

Link copied to clipboard
fun interface Listener

An interface for listening when discontinuity happens

Functions

Link copied to clipboard
fun Discontinuity.discontinuityAsFlow(): Flow<ErrorInfo>
Link copied to clipboard

Register a listener to be called when a discontinuity is detected.