.toInstance(new RescheduleCalculatorImpl.RescheduleCalculatorSettings(
new TruncatedBinaryBackoff(
Amount.of(1L, Time.SECONDS), Amount.of(1L, Time.MINUTES)),
FLAPPING_THRESHOLD,
Amount.of(1, Time.MINUTES)));
bind(EventSink.class).toInstance(new EventSink() {
@Override
public void post(PubsubEvent event) {
eventBus.post(event);
}
});