Interface IBindingService
Handles binding of input/output targets by delegating to an underlying Binder. TODO: Try to make this internal interface
public interface IBindingService
Methods
BindConsumer<T>(T, string)
ICollection<IBinding> BindConsumer<T>(T inputChannel, string name)
Parameters
inputChannel
Tname
string
Returns
Type Parameters
T
BindProducer<T>(T, string)
IBinding BindProducer<T>(T outputChannel, string name)
Parameters
outputChannel
Tname
string
Returns
Type Parameters
T
UnbindConsumers(string)
void UnbindConsumers(string inputName)
Parameters
inputName
string
UnbindProducers(string)
void UnbindProducers(string outputName)
Parameters
outputName
string