Class CreateWebsocketServerCommand
java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.CodeGenCommand
io.micronaut.starter.cli.feature.server.websocket.CreateWebsocketServerCommand
- All Implemented Interfaces:
 ConsoleOutput,Callable<Integer>
- 
Field Summary
FieldsFields inherited from class io.micronaut.starter.cli.command.CodeGenCommand
beanContext, config, consoleOutput, outputHandlerSupplier, overwriteFields inherited from class io.micronaut.starter.cli.command.BaseCommand
commonOptions, specFields inherited from interface io.micronaut.starter.io.ConsoleOutput
NOOP - 
Constructor Summary
ConstructorsConstructorDescriptionCreateWebsocketServerCommand(CodeGenConfig config, io.micronaut.core.util.functional.ThrowingSupplier<OutputHandler, IOException> outputHandlerSupplier, ConsoleOutput consoleOutput, List<Feature> features) CreateWebsocketServerCommand(CodeGenConfig config, List<Feature> features)  - 
Method Summary
Methods inherited from class io.micronaut.starter.cli.command.CodeGenCommand
err, getCommand, getProject, getTemplateRenderer, getTemplateRenderer, out, setBeanContext, warningMethods inherited from class io.micronaut.starter.cli.command.BaseCommand
errWriter, getOperatingSystem, getSpec, green, outWriter, red, showStacktrace, verbose 
- 
Field Details
- 
serverName
 
 - 
 - 
Constructor Details
- 
CreateWebsocketServerCommand
@Inject public CreateWebsocketServerCommand(@Parameter CodeGenConfig config, List<Feature> features)  - 
CreateWebsocketServerCommand
public CreateWebsocketServerCommand(CodeGenConfig config, io.micronaut.core.util.functional.ThrowingSupplier<OutputHandler, IOException> outputHandlerSupplier, ConsoleOutput consoleOutput, List<Feature> features)  
 - 
 - 
Method Details
- 
applies
public boolean applies()- Specified by:
 appliesin classCodeGenCommand
 - 
call
- Throws:
 Exception
 
 -