
xyz.block.ftl.Topic Maven / Gradle / Ivy
package xyz.block.ftl;
/**
* A concrete definition of a topic. Extend this interface and annotate with {@code @TopicDefinition} to define a topic,
* then inject this into verb methods to publish to the topic.
*
* @param
*/
public interface Topic {
void publish(T object);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy