Class AcceptedHandler
java.lang.Object
energy.eddie.regionconnector.fr.enedis.permission.handler.AcceptedHandler
- All Implemented Interfaces:
EventHandler<FrAcceptedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionAcceptedHandler(AccountingPointDataService accountingPointDataService, EventBus eventBus, FrPermissionRequestRepository repository) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(FrAcceptedEvent event) 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<FrAcceptedEvent>- Parameters:
event- event that indicates that a permission request has been changed
-