Interface DispatcherMeta

All Known Implementing Classes:
LegacyDispatcher, MasterDispatcher

public interface DispatcherMeta
Meta description of dispatcher.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the display (human) name of the dispatcher.
    Returns the configuration fields of the dispatcher.
    default boolean
    Option to hide this instance from users, like for migration or legacy purposes.
    The name of the dispatcher.
  • Method Details

    • isHidden

      default boolean isHidden()
      Option to hide this instance from users, like for migration or legacy purposes.
    • name

      String name()
      The name of the dispatcher.
    • displayName

      String displayName()
      Returns the display (human) name of the dispatcher.
    • fields

      Returns the configuration fields of the dispatcher.