public interface SimpleTopic<E>
A simple topic publish interface. Listeners (subscribers) should be handled directly on the topic implementation.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
publish(E message) |