Package xyz.block.ftl

Annotation Subscription

    • 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 module()
      abstract String topic()
      abstract String name()
      • 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

      • module

         abstract String module()
        Returns:

        The module of the topic to subscribe to, if empty then the topic is assumed to be in the current module.

      • topic

         abstract String topic()
        Returns:

        The name of the topic to subscribe to.

      • name

         abstract String name()
        Returns:

        The subscription name