Interface Command<A>


public interface Command<A>
  • Method Summary

    Modifier and Type Method Description
    List<Event> apply​(A aggregate)