public final class RateLimitNotificationServiceEP6Rest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private InvocationBuilderFactory |
factory |
private ShopService |
shopService |
Constructor and Description |
---|
RateLimitNotificationServiceEP6Rest(InvocationBuilderFactory factory,
ShopService shopService) |
Modifier and Type | Method and Description |
---|---|
void |
limitReached(RateLimitExceededEvent event) |
private void |
post(RateLimit rateLimit,
java.lang.String path) |
(package private) void |
setEventBus(com.google.common.eventbus.EventBus eventBus) |
void |
thresholdReached(RateLimitThresholdExceededEvent event) |
private final InvocationBuilderFactory factory
private final ShopService shopService
@Inject public RateLimitNotificationServiceEP6Rest(InvocationBuilderFactory factory, ShopService shopService)
@Inject void setEventBus(com.google.common.eventbus.EventBus eventBus)
public void thresholdReached(RateLimitThresholdExceededEvent event)
public void limitReached(RateLimitExceededEvent event)
private void post(RateLimit rateLimit, java.lang.String path)