Package com.iizix.server.push.engine.store
package com.iizix.server.push.engine.store
- ClassDescriptionSupplies database connections to the store: the server's pool in production (
DBUtilities::getPooledConnection), an in-memory database in a test.One row of the subscription table.The subscription tableIZS.SUBSCRIPTIONS: one row per (user, application, Topic, device), carrying the transport and what it needs, plus the device's last-seen address.The outcome of a registration.The Destination field's lookup: user names and e-mail addresses, case-insensitive, with the*wildcard, resolved to user IDs againstIZS.USERS.A resolved user.