public class StoreContext extends Object
| Constructor and Description |
|---|
StoreContext(Map<String,Object> hints) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getHints()
Return the map of hints provided as context so
StoreService implementations can use it in their
StoreService.init(StoreContext) method. |
public Map<String,Object> getHints()
StoreService implementations can use it in their
StoreService.init(StoreContext) method.