Interface IExecutor.Command<R extends Response,C>

Enclosing interface:
IExecutor

public static interface IExecutor.Command<R extends Response,C>
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(C command)
     
  • Method Details

    • execute

      R execute(C command)