Class AcceptanceHandler
java.lang.Object
energy.eddie.regionconnector.dk.energinet.permission.handler.AcceptanceHandler
- All Implemented Interfaces:
EventHandler<DkAcceptedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionAcceptanceHandler(EventBus eventBus, PollingService pollingService, AccountingPointDetailsService accountingPointDetailsService, DataNeedsService dataNeedsService, DkPermissionRequestRepository repository) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(DkAcceptedEvent 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<DkAcceptedEvent>- Parameters:
permissionEvent- event that indicates that a permission request has been changed
-