Class AcceptedEventHandler
java.lang.Object
energy.eddie.regionconnector.nl.mijn.aansluiting.permission.handlers.integration.AcceptedEventHandler
- All Implemented Interfaces:
EventHandler<PermissionEvent>
@Component
public class AcceptedEventHandler
extends Object
implements EventHandler<PermissionEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionAcceptedEventHandler(EventBus eventBus, PollingService pollingService, NlPermissionRequestRepository repository, DataNeedsService dataNeedsService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(PermissionEvent 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<PermissionEvent>- Parameters:
permissionEvent- event that indicates that a permission request has been changed
-