Interface ITaskSchedulerChannelInterceptorAware
- Namespace
- Steeltoe.Integration.Channel
- Assembly
- Steeltoe.Integration.Abstractions.dll
Interface implemented by task scheduler based channels
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; }