Table of Contents

Interface ITaskSchedulerChannelInterceptorAware

Namespace
Steeltoe.Integration.Channel
Assembly
Steeltoe.Integration.Abstractions.dll

Interface implemented by task scheduler based channels

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

Properties

HasTaskSchedulerInterceptors

Gets a value indicating whether there are any task scheduler interceptors on the channel

bool HasTaskSchedulerInterceptors { get; }

Property Value

bool