package com.github.sriki77.apiproxy.instrument.io; @FunctionalInterface public interface PolicyUpdater { void updatePolicy(); }