Interface BookkeeperInternalCallbacks.StartTLSCallback

Enclosing class:
BookkeeperInternalCallbacks

public static interface BookkeeperInternalCallbacks.StartTLSCallback
A callback interface for a STARTTLS command.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    startTLSComplete(int rc, Object ctx)
     
  • Method Details

    • startTLSComplete

      void startTLSComplete(int rc, Object ctx)