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

    Modifier and Type
    Method
    Description
    void
    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)