Klasse SystemStatusService
java.lang.Object
de.delinkedde.areashopreborn.application.SystemStatusService
Aggregates database and main-thread adapter health without blocking command execution.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSystemStatusService(Database database, ThreadBridge threads, WorldGuardGateway worldGuard, EconomyGateway economy) Creates the operational status service. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunginspect()Performs a full non-mutating operational inspection.Inspects only installed and expected migration versions.
-
Konstruktordetails
-
SystemStatusService
public SystemStatusService(Database database, ThreadBridge threads, WorldGuardGateway worldGuard, EconomyGateway economy) Creates the operational status service.- Parameter:
database- SQLite ownerthreads- main-thread bridgeworldGuard- WorldGuard adaptereconomy- Vault economy adapter
-
-
Methodendetails
-
inspect
Performs a full non-mutating operational inspection.- Gibt zurück:
- future containing the aggregated status
-
migrations
Inspects only installed and expected migration versions.- Gibt zurück:
- future containing database migration status
-