141142143144145146147148149
} } protected ReplayStrategy createReplayStrategy(Replayer replayer) { if (replayer != null) { return new DefaultReplayStrategy(5); } return new ExceptionIfDroppedReplayStrategy(1); }
147148149150151152153
} return new ExceptionIfDroppedReplayStrategy(1); } protected ReplayStrategy createReplayStrategy() { return new DefaultReplayStrategy(5); }
151152153154155156157158159
157158159160161162163
157158159160161162163164165
163164165166167168169
142143144145146147148149150
148149150151152153154