Annotation Type Controller

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static String NULL  
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String crdName  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String finalizerName
      Optional finalizer name, if it is not, the crdName will be used as the name of the finalizer too.
      boolean generationAwareEventProcessing
      If true, will dispatch new event to the controller if generation increased since the last processing, otherwise will process all events.
    • Field Detail

      • NULL

        static final String NULL
    • Element Detail

      • finalizerName

        String finalizerName
        Optional finalizer name, if it is not, the crdName will be used as the name of the finalizer too.
        Default:
        ""
      • generationAwareEventProcessing

        boolean generationAwareEventProcessing
        If true, will dispatch new event to the controller if generation increased since the last processing, otherwise will process all events. See generation meta attribute here
        Default:
        true