public interface TopicPublisher<T,M> extends View, Assetted<MapView<T,M,M>>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
keyedView() |
void |
publish(T topic,
M message) |
void |
registerTopicSubscriber(TopicSubscriber<T,M> topicSubscriber) |
asset, underlyingvoid registerTopicSubscriber(TopicSubscriber<T,M> topicSubscriber) throws AssetNotFoundException
AssetNotFoundExceptionCopyright © 2015. All rights reserved.