Class BindableProxyFactory
Inheritance
System.Object
BindableProxyFactory
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class BindableProxyFactory : AbstractBindableProxyFactory, IBindable, IBindableProxyFactory
Constructors
|
Edit this page
View Source
BindableProxyFactory(Type, IEnumerable<IBindingTargetFactory>)
Declaration
public BindableProxyFactory(Type bindingType, IEnumerable<IBindingTargetFactory> bindingTargetFactories)
Parameters
Methods
|
Edit this page
View Source
Invoke(MethodInfo)
Declaration
public virtual object Invoke(MethodInfo info)
Parameters
Type |
Name |
Description |
MethodInfo |
info |
|
Returns
Type |
Description |
System.Object |
|
|
Edit this page
View Source
Declaration
public virtual void ReplaceInputChannel(string originalChannelName, string newChannelName, ISubscribableChannel messageChannel)
Parameters
Type |
Name |
Description |
System.String |
originalChannelName |
|
System.String |
newChannelName |
|
ISubscribableChannel |
messageChannel |
|
|
Edit this page
View Source
ReplaceOutputChannel(String, String, IMessageChannel)
Declaration
public virtual void ReplaceOutputChannel(string originalChannelName, string newChannelName, IMessageChannel messageChannel)
Parameters
Type |
Name |
Description |
System.String |
originalChannelName |
|
System.String |
newChannelName |
|
IMessageChannel |
messageChannel |
|
Implements