T - the type of the message to publish@FunctionalInterface public interface Publisher<T>
| Modifier and Type | Method and Description |
|---|---|
void |
publish(T message)
publish the message
|
void publish(T message)
message - to publishCopyright © 2020. All rights reserved.