package bundled
- Alphabetic
- Public
- Protected
Type Members
- class BundledRolesModule[F[_]] extends ModuleDef with RoleModuleDef
- trait BundledService extends AnyRef
- trait BundledTask extends BundledService
- final class ConfigWriter[F[_]] extends RoleTask[F] with BundledTask
Writes reference config into files, split by roles (includes only parts of the config used by the application).
Writes reference config into files, split by roles (includes only parts of the config used by the application).
Also generates a JSON Schema description for config.
- See also
izumi.distage.config.model.ConfigDoc annotation to attach comments to generated JSON Schema nodes
- class Help[F[_]] extends RoleTask[F] with BundledTask
- class JsonSchemaGenerator extends AnyRef
- class RunAllRoles[F[_]] extends RoleService[F] with BundledTask
This service runs all the non-bundled distage services with its arguments passed to each task.
This service runs all the non-bundled distage services with its arguments passed to each task.
This service itself might not be too useful in complex cases because of the argument sharing, though it may be used as a template for creating service aggregates.
- class RunAllTasks[F[_]] extends RoleTask[F] with BundledTask
This task runs all the non-bundled distage tasks with its arguments passed to each task.
This task runs all the non-bundled distage tasks with its arguments passed to each task.
This task itself might not be too useful in complex cases because of the argument sharing, though it may be used as a template for creating task aggregates.
Value Members
- object BundledRolesModule
- object ConfigWriter extends RoleDescriptor
- object Help extends RoleDescriptor
- object JsonSchemaGenerator
- object RunAllRoles extends RoleDescriptor
- object RunAllTasks extends RoleDescriptor