Class CommandDispatcher


  • public abstract class CommandDispatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandDispatcher​(java.util.function.Consumer<io.molr.commons.domain.StrandCommand> consumer)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.function.Consumer<io.molr.commons.domain.StrandCommand> consumer()  
      abstract void instruct​(io.molr.commons.domain.StrandCommand command)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandDispatcher

        public CommandDispatcher​(java.util.function.Consumer<io.molr.commons.domain.StrandCommand> consumer)
    • Method Detail

      • consumer

        protected java.util.function.Consumer<io.molr.commons.domain.StrandCommand> consumer()
      • instruct

        public abstract void instruct​(io.molr.commons.domain.StrandCommand command)