tuddman / axon-guice

DEPRECATED: Axon-Guice is an integration module between Google Guice and the Axon Framework.
Apache License 2.0
0 stars 1 forks source link

Adapted for Axon 2.4.4 #3

Closed kmtong closed 8 years ago

kmtong commented 8 years ago
  1. ParameterResolverFactory now an interface in 2.4.4
  2. Annotated CommandHandler does not accept extra parameter except UnitOfWork, test fixed.
  3. Changed to Eager Singleton binding which Command may be fired before command handlers subscription process.