james.cruz
IN_MSG
const val IN_MSG = “in-msg” interface Channels { @Input(IN_MSG) fun inMsg(): MessageChannel }