@Deprecated public interface Publisher<M>
Modifier and Type | Method and Description |
---|---|
void |
publish(M message)
Deprecated.
Publishes the given
message |
void publish(M message)
message
message
- the message of type M
to publishCopyright © 2010–2022. All rights reserved.