Interface AutoCloseableCommandDispatcherFactory
-
- All Superinterfaces:
AutoCloseable,CommandDispatcherFactory,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()-
Methods inherited from interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory
getGroup
-
Methods inherited from interface org.wildfly.clustering.server.dispatcher.CommandDispatcherFactory
createCommandDispatcher, createCommandDispatcher
-
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-