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 Summary

    Modifier and Type
    Method
    Description
    void
    beforeSend(Request<?> request)
     
  • Method Details

    • beforeSend

      void beforeSend(Request<?> request)