Custom Aggregate, Repository

Hi,

Can I provide my interfaces as Aggregate and Repository like CommandGateway,

Hi,

the Aggregate and Repository interfaces are used intensively within Axon Framework. While you can provide your own implementations, you cannot make Axon work with your own interfaces.
Note that the CommandGateway is intended to be used by the application, rather than the framework itself.

Allard

Hi,

Thank you for you reply.

Kasun.