Interface FactoryDelegatingCaptionRegistry<C>

Type Parameters:
C - Command sender type
All Superinterfaces:
CaptionRegistry<C>
All Known Implementing Classes:
SimpleCaptionRegistry

public interface FactoryDelegatingCaptionRegistry<C> extends CaptionRegistry<C>
Caption registry that delegates to factory methods
  • Method Details

    • registerMessageFactory

      void registerMessageFactory(@NonNull Caption caption, @NonNull BiFunction<Caption,​C,​String> factory)
      Register a message factory
      Parameters:
      caption - Caption key
      factory - Message factory