Class InternalPollingEventHandler
java.lang.Object
energy.eddie.regionconnector.cds.permission.handlers.InternalPollingEventHandler
- All Implemented Interfaces:
EventHandler<InternalPollingEvent>
@Component
public class InternalPollingEventHandler
extends Object
implements EventHandler<InternalPollingEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionInternalPollingEventHandler(EventBus eventBus, CdsPermissionRequestRepository repository, Outbox outbox) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InternalPollingEvent permissionEvent) Subscription method for the event bus
-
Constructor Details
-
Method Details
-
accept
Description copied from interface:EventHandlerSubscription method for the event bus- Specified by:
acceptin interfaceEventHandler<InternalPollingEvent>- Parameters:
permissionEvent- event that indicates that a permission request has been changed
-