Class AuthorizationUpdateFinishedHandler
java.lang.Object
energy.eddie.regionconnector.us.green.button.permission.handlers.AuthorizationUpdateFinishedHandler
- All Implemented Interfaces:
EventHandler<UsAuthorizationUpdateFinishedEvent>
@Component
public class AuthorizationUpdateFinishedHandler
extends Object
implements EventHandler<UsAuthorizationUpdateFinishedEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationUpdateFinishedHandler(EventBus eventBus, HistoricalCollectionService historicalCollectionService, PermissionRequestService permissionRequestService, UsPermissionRequestRepository repository) -
Method Summary
Modifier and TypeMethodDescriptionvoidSubscription method for the event bus
-
Constructor Details
-
Method Details
-
accept
Description copied from interface:EventHandlerSubscription method for the event bus- Specified by:
acceptin interfaceEventHandler<UsAuthorizationUpdateFinishedEvent>- Parameters:
event- event that indicates that a permission request has been changed
-