Package org.infinispan.xsite.irac
Interface IracResponseCollector.IracResponseCompleted
- Enclosing class:
- IracResponseCollector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onResponseCompleted
(org.infinispan.xsite.irac.IracBatchSendResult result, Collection<org.infinispan.xsite.irac.IracManagerKeyState> successfulSent)
-
Method Details
-
onResponseCompleted
void onResponseCompleted(org.infinispan.xsite.irac.IracBatchSendResult result, Collection<org.infinispan.xsite.irac.IracManagerKeyState> successfulSent)
-