Interface BeforeSendRequestCallback

  • All Superinterfaces:
    RequestCallback

    @Internal
    public interface BeforeSendRequestCallback
    extends RequestCallback
    This callback is executed once an operation reaches the core and gets sent to a node.
    • Method Detail

      • beforeSend

        void beforeSend​(Request<?> request)