Interface BookkeeperInternalCallbacks.GenericCallback<T>

All Known Implementing Classes:
BookieClientImpl.ChannelReadyForAddEntryCallback, BookkeeperInternalCallbacks.GenericCallbackFuture, BookkeeperInternalCallbacks.TimedGenericCallback, DefaultPerChannelBookieClientPool, OrderedGenericCallback, ReplicationEnableCb
Enclosing class:
BookkeeperInternalCallbacks

public static interface BookkeeperInternalCallbacks.GenericCallback<T>
A generic callback interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    operationComplete(int rc, T result)
     
  • Method Details

    • operationComplete

      void operationComplete(int rc, T result)