Interface ApplicationInstance
- All Superinterfaces:
AsynchronousCloseable,AutoCloseable
public interface ApplicationInstance extends AsynchronousCloseable
Represents possibly running application instance.
Running instance can be stopped via
AsynchronousCloseable.close() or AsynchronousCloseable.closeAsync().-
Method Summary
Methods inherited from interface com.tick42.glue.core.AsynchronousCloseable
close, closeAsync, onClose