Class StorageGateway

java.lang.Object
com.enhancedechest.service.StorageGateway

public final class StorageGateway extends Object
Thin async wrapper over EnderChestStorage: every method dispatches a single synchronous storage call onto the shared DbExecutor. Pure delegation — no session/dupe-safety logic lives here (that is ChestSessionManager); these are the fire-and-report operations used by the dialog callbacks, admin commands, and open routing.