Contract for UI5 Action Handlers.
An ActionHandler encapsulates the runtime logic for a UI5 Action. ActionHandlers are explicitly designed to perform state-changing operations such as
Responsibilities:
handle() method containing the action logic.['status' => 'success', 'message' => 'Mailbox cleared']
Notes: