Class SubscriptionTimeoutExceeded
This message is delivered to the ActorPublisher<T> actor in order to signal the exceeding of an subscription timeout. Once the actor receives this message, this publisher will already be in cancelled state, thus the actor should clean-up and stop itself.
Inherited Members
Namespace: Akka.Streams.Actors
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public sealed class SubscriptionTimeoutExceeded : IActorPublisherMessage, IDeadLetterSuppression, INoSerializationVerificationNeeded
  Fields
| Edit this page View SourceInstance
TBD
Declaration
public static readonly SubscriptionTimeoutExceeded Instance
  Field Value
| Type | Description | 
|---|---|
| SubscriptionTimeoutExceeded | 
Edit this page