T - Generic type of persistance store parent class.public static class StoreFactory.ChatStoreFactory<T extends ChatStore> extends StoreFactory<ChatStore>
StoreFactory.ChatStoreFactory<T extends ChatStore>| Modifier and Type | Method and Description |
|---|---|
protected void |
build(StoreCallback<ChatStore> callback)
Build
ChatStore implementation, preferably one that can support transactions. |
executeprotected void build(StoreCallback<ChatStore> callback)
StoreFactoryChatStore implementation, preferably one that can support transactions.build in class StoreFactory<ChatStore>callback - Callback to provide store implementation asynchronously.