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