Interface AssocCommandAware

All Known Implementing Classes:
BinaryGetAndTouchCommand, BinaryGetCommand, KestrelGetCommand, TextGetCommand, TextGetMultiCommand, TextGetOneCommand

public interface AssocCommandAware
Assoc commands aware interface.Association commands mean that commands has the same key.
  • Method Details

    • getAssocCommands

      List<Command> getAssocCommands()
    • setAssocCommands

      void setAssocCommands(List<Command> assocCommands)