Package discord4j.store.api.util
Class StoreContext
- java.lang.Object
-
- discord4j.store.api.util.StoreContext
-
public class StoreContext extends Object
This is a simple context object, containing various information about the environment the store is being invoked in.
-
-
Constructor Summary
Constructors Constructor Description StoreContext(Map<String,Object> hints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getHints()Return the map of hints provided as context soStoreServiceimplementations can use it in theirStoreService.init(StoreContext)method.
-
-
-
Method Detail
-
getHints
public Map<String,Object> getHints()
Return the map of hints provided as context soStoreServiceimplementations can use it in theirStoreService.init(StoreContext)method.- Returns:
- a map for context
-
-