Aleš Justin created ISPN-11031:
----------------------------------
Summary: Add bulk ops to REST client
Key: ISPN-11031
URL:
https://issues.jboss.org/browse/ISPN-11031
Project: Infinispan
Issue Type: Enhancement
Reporter: Aleš Justin
Assignee: Aleš Justin
e.g. client.caches("mycache").post(List<Pair<K, V>> entities);
{code:java}
List<Pair<K, V>> entities = ...;
client.caches("mycache").post(entities);
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)