Class MessageChannelStreamListenerResultAdapter
Inheritance
System.Object
MessageChannelStreamListenerResultAdapter
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class MessageChannelStreamListenerResultAdapter : object, IStreamListenerResultAdapter
Constructors
|
Edit this page
View Source
MessageChannelStreamListenerResultAdapter(IApplicationContext)
Declaration
public MessageChannelStreamListenerResultAdapter(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Methods
|
Edit this page
View Source
Adapt(IMessageChannel, IMessageChannel)
Declaration
public IDisposable Adapt(IMessageChannel streamListenerResult, IMessageChannel bindingTarget)
Parameters
Type |
Name |
Description |
IMessageChannel |
streamListenerResult |
|
IMessageChannel |
bindingTarget |
|
Returns
Type |
Description |
IDisposable |
|
|
Edit this page
View Source
Adapt(Object, Object)
Declaration
public IDisposable Adapt(object streamListenerResult, object bindingTarget)
Parameters
Type |
Name |
Description |
System.Object |
streamListenerResult |
|
System.Object |
bindingTarget |
|
Returns
Type |
Description |
IDisposable |
|
|
Edit this page
View Source
Supports(Type, Type)
Declaration
public bool Supports(Type resultType, Type bindingTarget)
Parameters
Type |
Name |
Description |
Type |
resultType |
|
Type |
bindingTarget |
|
Returns
Type |
Description |
System.Boolean |
|
Implements