Interface FlushHeadEarlyUtils

All Known Implementing Classes:
DefaultFlushHeadEarlyUtils

public interface FlushHeadEarlyUtils
Utility class to enable and check Flush Head Early without the need to request a full Service.
Since:
v7.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Utility method to enable Flush Head Early for a request.
    boolean
    Utility method to determine whether Flush Head Early has been enabled for a request.
  • Method Details

    • enable

      void enable()
      Utility method to enable Flush Head Early for a request.
    • isEnabled

      boolean isEnabled()
      Utility method to determine whether Flush Head Early has been enabled for a request.
      Returns:
      whether Flush Head Early has been enabled for this request