S - source message type.T - target message type.@FunctionalInterface public interface MessageListener<S,T>
Messages.| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(Message<S,T> message)
Callback invoked on receiving
Message. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.