Class CqrsOutput<T extends CqrsOutput<T>>

java.lang.Object
tw.teddysoft.ezddd.cqrs.usecase.CqrsOutput<T>
All Implemented Interfaces:
Output

public class CqrsOutput<T extends CqrsOutput<T>> extends Object implements Output
CqrsOutput is a class for representing the cqrs output of Command.
Since:
1.0
Author:
Teddy Chen, ezKanban team
  • Constructor Details

    • CqrsOutput

      public CqrsOutput()
      Since:
      1.0.7
  • Method Details