Package xyz.block.ftl
Interface WriteableTopic
-
- All Implemented Interfaces:
-
xyz.block.ftl.ConsumableTopic
public interface WriteableTopic<T> implements ConsumableTopic
A concrete definition of a topic. Extend this interface and annotate with
@TopicDefinitionto define a topic, then inject this into verb methods to publish to the topic.