public interface CommandRegistryFactory
Modifier and Type | Method and Description |
---|---|
default <C extends Command> |
newCommandRegistry()
Creates a new registry instance for commands.
|
default <C extends Command> CommandRegistry<C> newCommandRegistry()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.