Table of Contents

Interface IPausable

Namespace
Steeltoe.Stream.Binder
Assembly
Steeltoe.Stream.Abstractions.dll

TODO: IPausable is a integration type.

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IPausable : ILifecycle
Inherited Members

Methods

Pause()

Task Pause()

Returns

Task

Resume()

Task Resume()

Returns

Task