Table of Contents

Class DirectWithAttributesChannel

Namespace
Steeltoe.Stream.Messaging
Assembly
Steeltoe.Stream.StreamBase.dll
public class DirectWithAttributesChannel : DirectChannel, IChannelInterceptorAware, ISubscribableChannel, IMessageChannel, IServiceNameAware
Inheritance
DirectWithAttributesChannel
Implements
Inherited Members

Constructors

DirectWithAttributesChannel(IApplicationContext)

public DirectWithAttributesChannel(IApplicationContext context)

Parameters

context IApplicationContext

Methods

GetAttribute(string)

public object GetAttribute(string key)

Parameters

key string

Returns

object

SetAttribute(string, object)

public void SetAttribute(string key, object value)

Parameters

key string
value object