Packages

package bundled

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class BundledRolesModule[F[_]] extends ModuleDef with RoleModuleDef
  2. trait BundledService extends AnyRef
  3. trait BundledTask extends BundledService
  4. final class ConfigWriter[F[_]] extends RoleTask[F] with BundledTask
  5. class Help[F[_]] extends RoleTask[F] with BundledTask
  6. 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.

  7. 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

  1. object BundledRolesModule
  2. object ConfigWriter extends RoleDescriptor
  3. object Help extends RoleDescriptor
  4. object RunAllRoles extends RoleDescriptor
  5. object RunAllTasks extends RoleDescriptor

Ungrouped