package io.trygvis.esper.testing.util.object; import java.io.*; public interface ActorRef extends Closeable { A underlying(); }