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
-
Method Summary
Methods inherited from interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory
createCommandDispatcher, createCommandDispatcher, getGroup
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-