TIBCOSoftware / be-contribution

This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Implement method which is newly added in 6.3.0 (BaseStoreProvider) #114

Open rakulkar-tibco opened 1 year ago

rakulkar-tibco commented 1 year ago

Context

Following abstract method is newly added in BaseStoreProvider in 630. public List readAll(List query) throws Exception

Need to implement it for MongoDb and Redis implementations.