vlingo / xoom-common

The VLINGO XOOM platform SDK common tools shared across various projects.
Other
16 stars 10 forks source link

Completes<T> redesign #17

Closed kmruiz closed 5 years ago

kmruiz commented 5 years ago

This PR aims to solve some of the issues that we found on the implementation of Completes<T>. You can find more information in the linked issue: https://github.com/vlingo/vlingo-common/issues/16

kmruiz commented 5 years ago

This code needs the java property vlingo.InMemoryCompletes set to true to run. Any other value on this property (or keeping it empty) will run with BasicCompletes<T>

kmruiz commented 5 years ago

As it's under a feature toggle, I'm going to add the copyright notice and merge