Annotation Type RabbitHandler

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean isDefault
      When true, designate that this is the default fallback method if the payload type matches no other RabbitHandler method.
    • Element Detail

      • isDefault

        boolean isDefault
        When true, designate that this is the default fallback method if the payload type matches no other RabbitHandler method. Only one method can be so designated.
        Returns:
        true if this is the default method.
        Since:
        2.0.3
        Default:
        false