The process method is invoked for each Envelope. One envelope is processed at a time. The returned Future is to be completed when the processing of the envelope has finished. It will not be invoked with the next envelope until after the returned Future has been completed.
The process method is invoked for each Envelope. One envelope is processed at a time. The returned Future is to be completed when the processing of the envelope has finished. It will not be invoked with the next envelope until after the returned Future has been completed.
Invoked when the projection is starting, before first envelope is processed. Can be overridden to implement initialization. It is also called when the Projection is restarted after a failure.
Invoked when the projection is starting, before first envelope is processed. Can be overridden to implement initialization. It is also called when the Projection is restarted after a failure.
Invoked when the projection has been stopped. Can be overridden to implement resource cleanup. It is also called when the Projection is restarted after a failure.
Invoked when the projection has been stopped. Can be overridden to implement resource cleanup. It is also called when the Projection is restarted after a failure.