Class DirectWithAttributesChannel
Inheritance
System.Object
DirectWithAttributesChannel
Inherited Members
Namespace: Steeltoe.Stream.Messaging
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class DirectWithAttributesChannel : DirectChannel
Constructors
| Edit this page View SourceDirectWithAttributesChannel(IApplicationContext)
Declaration
public DirectWithAttributesChannel(IApplicationContext context)
Parameters
Type | Name | Description |
---|---|---|
IApplicationContext | context |
Methods
| Edit this page View SourceGetAttribute(String)
Declaration
public object GetAttribute(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key |
Returns
Type | Description |
---|---|
System.Object |
SetAttribute(String, Object)
Declaration
public void SetAttribute(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object | value |
Implements
IMessageChannel
ISubscribableChannel