vertx / io.vertx.core.spi.launcher / CommandFactoryLookup

CommandFactoryLookup

interface CommandFactoryLookup

The interface to implement to look for commands.

See Also
ServiceCommandFactoryLoader

Author
Clement Escoffier

Functions

lookup

abstract fun lookup(): MutableCollection<CommandFactory<*>>

Looks for command implementation and instantiated them.