class UpstreamTimeoutException(val timeout: FiniteDuration) extends TimeoutException with Serializable
Exception thrown whenever a upstream listener on a back-pressured data-source is taking too long to process a received event.
- Companion:
- object
class TimeoutException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any