Interface ITaskSchedulerChannelInterceptorAware
Interface implemented by task scheduler based channels
Inherited Members
Namespace: Steeltoe.Integration.Channel
Assembly: Steeltoe.Integration.Abstractions.dll
Syntax
public interface ITaskSchedulerChannelInterceptorAware : IChannelInterceptorAware
Properties
| Edit this page View SourceHasTaskSchedulerInterceptors
Gets a value indicating whether there are any task scheduler interceptors on the channel
Declaration
bool HasTaskSchedulerInterceptors { get; }
Property Value
Type | Description |
---|---|
System.Boolean |