Packages

object SubscriptionTimeoutExceeded extends SubscriptionTimeoutExceeded with NoSerializationVerificationNeeded with Product with Serializable

This message is delivered to the ActorPublisher actor in order to signal the exceeding of an subscription timeout. Once the actor receives this message, this publisher will already be in canceled state, thus the actor should clean-up and stop itself.

Source
ActorPublisher.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubscriptionTimeoutExceeded
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NoSerializationVerificationNeeded
  7. SubscriptionTimeoutExceeded
  8. ActorPublisherMessage
  9. DeadLetterSuppression
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All