Click or drag to resize
Akka.NETStreamSubscriptionTimeoutTerminationMode Enumeration
This mode describes what shall happen when the subscription timeout expires for substream Publishers created by operations like PrefixAndTail``2(IFlowUMP, UMP, Int32).

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public enum StreamSubscriptionTimeoutTerminationMode
Members
  Member nameValueDescription
NoopTermination0 Do not do anything when timeout expires.
WarnTermination1 Log a warning when the timeout expires.
CancelTermination2 When the timeout expires attach a Subscriber that will immediately cancel its subscription.
See Also