[infinispan-issues] [JBoss JIRA] (ISPN-11031) Add bulk ops to REST client

Aleš Justin (Jira) issues at jboss.org
Wed Dec 4 09:13:00 EST 2019


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)



More information about the infinispan-issues mailing list