Interface DispatcherMeta
- All Known Implementing Classes:
LegacyDispatcher
,MasterDispatcher
public interface DispatcherMeta
Meta description of dispatcher.
-
Nested Class Summary
-
Method Summary
-
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
Collection<DispatcherMeta.Field> fields()Returns the configuration fields of the dispatcher.
-