package bundled
Ordering
- Alphabetic
Visibility
- 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
- class Help[F[_]] extends RoleTask[F] with BundledTask
- 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 RunAllRoles extends RoleDescriptor
- object RunAllTasks extends RoleDescriptor