Interface AutoCloseableCommandDispatcherFactory

All Superinterfaces:
AutoCloseable, CommandDispatcherFactory
All Known Implementing Classes:
ChannelCommandDispatcherFactory

public interface AutoCloseableCommandDispatcherFactory extends CommandDispatcherFactory, AutoCloseable
A command dispatcher factory with a specific lifecycle (i.e. that must be closed).
Author:
Paul Ferraro