Package discord4j.store.api
Contract for storing entities in Discord4J v3.
-
Interface Summary Interface Description ReadOnlyStore<K extends Comparable<K>,V> A store that only supports read operations.Store<K extends Comparable<K>,V> This provides an active data connection to a store's data source, supporting read and write operations.