org.axonframework.eventhandling.replay
Interface ReplayAware


public interface ReplayAware

Interface indicating a component is aware of "replays". Typically, these will be Event Listeners that can rebuild their state based on Events stored in the Event Store.

Since:
2.0
Author:
Allard Buijze

Method Summary
 void afterReplay()
          Invoked when a replay has finished.
 void beforeReplay()
          Invoked when a replay is started.
 

Method Detail

beforeReplay

void beforeReplay()
Invoked when a replay is started.


afterReplay

void afterReplay()
Invoked when a replay has finished.



Copyright © 2010-2012. All Rights Reserved.