Class ValidatedEventHandler
java.lang.Object
energy.eddie.regionconnector.be.fluvius.permission.handlers.ValidatedEventHandler
- All Implemented Interfaces:
EventHandler<ValidatedEvent>
@Component
public class ValidatedEventHandler
extends Object
implements EventHandler<ValidatedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionValidatedEventHandler(EventBus eventBus, FluviusApi fluviusApi, BePermissionRequestRepository bePermissionRequestRepository, DataNeedCalculationService<DataNeed> dataNeedCalculationService, Outbox outbox) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ValidatedEvent 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<ValidatedEvent>- Parameters:
event- event that indicates that a permission request has been changed
-