Interface CommandConfigurator<T>


public interface CommandConfigurator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(T command)
     
  • Method Details

    • configure

      void configure(T command)