BasicMessageChannel< T> constructor
Creates a BasicMessageChannel with the specified name
and codec
.
Neither name
nor codec
may be null.
Implementation
const BasicMessageChannel(this.name, this.codec);
Creates a BasicMessageChannel with the specified name
and codec
.
Neither name
nor codec
may be null.
const BasicMessageChannel(this.name, this.codec);