public interface MessageListener<T> extends Serializable
void received(Consumer<T> consumer, Message<T> msg)
consumer - the consumer that received the messagemsg - the message objectCopyright © 2017–2019 Apache Software Foundation. All rights reserved.