Package xyz.block.ftl

Interface WriteableTopic

  • All Implemented Interfaces:
    xyz.block.ftl.ConsumableTopic

    
    public interface WriteableTopic<T, M extends TopicPartitionMapper<in T>>
     implements ConsumableTopic
                        

    A concrete definition of a topic. Extend this interface and annotate with @TopicDefinition to define a topic, then inject this into verb methods to publish to the topic.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void publish(T object)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • publish

         abstract void publish(T object)