151152153154155156157158159
} } protected ReplayStrategy createReplayStrategy(Replayer replayer) { if (replayer != null) { return new DefaultReplayStrategy(5); } return new ExceptionIfDroppedReplayStrategy(1); }
157158159160161162163
} return new ExceptionIfDroppedReplayStrategy(1); } protected ReplayStrategy createReplayStrategy() { return new DefaultReplayStrategy(5); }
163164165166167168169170171
} protected ReplayStrategy createReplayStrategy(Replayer replayer) { if (replayer != null) { return new DefaultReplayStrategy(5); } return new ExceptionIfDroppedReplayStrategy(1); }
169170171172173174175