hazelcast-nodejs-client
hazelcast-nodejs-client copied to clipboard
Add filter argument to RingBuffer interface [API-1294]
Somehow the filter argument does not exist in the interface but exists in the implementation. Consider adding it as a optional parameter so that adding it is backward compatible.
In order to use a filter users need to write java code and send the corresponding class from Node.js.
Internal Jira issue: API-1294
Related PR: #1414 . Done and closed.