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.
@FunctionalInterface public static interface IracResponseCollector.IracResponseCompleted
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onResponseCompleted(org.infinispan.xsite.irac.IracBatchSendResult result, Collection<org.infinispan.xsite.irac.IracManagerKeyState> successfulSent)
-
-
-
Method Detail
-
onResponseCompleted
void onResponseCompleted(org.infinispan.xsite.irac.IracBatchSendResult result, Collection<org.infinispan.xsite.irac.IracManagerKeyState> successfulSent)
-
-