Class MessageChannelStreamListenerResultAdapter
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class MessageChannelStreamListenerResultAdapter : IStreamListenerResultAdapter
- Inheritance
-
MessageChannelStreamListenerResultAdapter
- Implements
- Inherited Members
Constructors
MessageChannelStreamListenerResultAdapter(IApplicationContext)
public MessageChannelStreamListenerResultAdapter(IApplicationContext context)
Parameters
contextIApplicationContext
Methods
Adapt(IMessageChannel, IMessageChannel)
public IDisposable Adapt(IMessageChannel streamListenerResult, IMessageChannel bindingTarget)
Parameters
streamListenerResultIMessageChannelbindingTargetIMessageChannel
Returns
Adapt(object, object)
public IDisposable Adapt(object streamListenerResult, object bindingTarget)
Parameters
Returns
Supports(Type, Type)
public bool Supports(Type resultType, Type bindingTarget)