use of org.mule.runtime.core.privileged.util.monitor.ExpiryMonitor in project mule by mulesoft.
the class ExpiryMonitorTestCase method before.
@Before
public void before() throws Exception {
expired = false;
monitor = new ExpiryMonitor("test", EXPIRE_INTERVAL, muleContext, false);
}
Aggregations