Interface XSiteResponse.XSiteResponseCompleted

All Known Implementing Classes:
DefaultTakeOfflineManager
Enclosing interface:
XSiteResponse<O>
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 XSiteResponse.XSiteResponseCompleted
Since:
10.0
Author:
Pedro Ruivo
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    onCompleted(org.infinispan.xsite.XSiteBackup backup, long sendTimeNanos, long durationNanos, Throwable throwable)
     
  • Method Details Link icon

    • onCompleted Link icon

      void onCompleted(org.infinispan.xsite.XSiteBackup backup, long sendTimeNanos, long durationNanos, Throwable throwable)