Enum StreamSubscriptionTimeoutTerminationMode
This mode describes what shall happen when the subscription timeout expires for substream Publishers created by operations like Akka.Streams.Dsl.Internal.InternalFlowOperations.PrefixAndTail``2(Akka.Streams.Dsl.IFlow{``0,``1},System.Int32).
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public enum StreamSubscriptionTimeoutTerminationMode
Fields
Name | Description |
---|---|
CancelTermination | When the timeout expires attach a Subscriber that will immediately cancel its subscription. |
NoopTermination | Do not do anything when timeout expires. |
WarnTermination | Log a warning when the timeout expires. |