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
-
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
-