Interface CommandService


public interface CommandService
CommandService
Version:
$Revision: $
Author:
Aslak Knutsen
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    execute(Command<T> command)
     
  • Method Details

    • execute

      <T> T execute(Command<T> command)