Interface AsyncCommand

All Superinterfaces:
AsyncCommandErrorStreamAware, AsyncCommandInputStreamAware, AsyncCommandOutputStreamAware, AsyncCommandStreamsAware, Command, CommandDirectErrorStreamAware, CommandDirectInputStreamAware, CommandDirectOutputStreamAware, CommandDirectStreamsAware, CommandLifecycle

public interface AsyncCommand extends Command, AsyncCommandStreamsAware
Represents a command capable of doing non-blocking io. If this interface is implemented by a command, the usual blocking input / output / error streams won't be set.