org.ragna.comet.exception.stream.timed

Type members

Classlikes

case class StreamTimeoutException(timeoutInterval: Option[FiniteDuration]) extends RuntimeException

Custom exception thrown when a Stream has not received any items after a certain time interval, causing it to halt

Custom exception thrown when a Stream has not received any items after a certain time interval, causing it to halt

Note:

No message/cause is provided since this exception is manually thrown based on user configurations of time intervals

Companion:
object