Package xyz.block.ftl

Annotation 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 String name()
      abstract String module()
      abstract int partitions()
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • name

         abstract String name()
        Returns:

        The name of the topic

      • module

         abstract String module()
        Returns:

        The module that the topic is defined in. If not specified, the current module is assumed.

      • partitions

         abstract int partitions()
        Returns:

        The number of partitions for the topic.