Package

qgame.engine.component

module

Permalink

package module

Created by kerr.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. module
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractModule extends Module

    Permalink
  2. case class ConfigurableModuleRuntimeProps(dispatcherClazz: String = ..., mailboxClazz: String = ..., supervisorStrategyProvider: (LoggingAdapter) ⇒ SupervisorStrategy) extends ModuleRuntimeProps with Product with Serializable

    Permalink
  3. class ExternalModuleConfigPath extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  4. class ExternalModuleConfigPaths extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  5. abstract class GameModule extends AbstractModule

    Permalink
  6. trait IndirectModuleCreator extends AnyRef

    Permalink
  7. trait Module extends AnyRef

    Permalink

    Created by kerr.

  8. trait Module2 extends AnyRef

    Permalink
  9. abstract class ModuleActor extends UntypedActor

    Permalink
  10. abstract class ModuleArgs extends AnyRef

    Permalink
  11. class ModuleConfigPath extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  12. trait ModuleContext extends AnyRef

    Permalink

    Created by kerr.

  13. trait ModuleCreater extends AnyRef

    Permalink
  14. case class ModuleProps(runtimeProps: ModuleRuntimeProps, clazz: Class[_ <: Module], args: Seq[Any]) extends Product with Serializable

    Permalink
  15. trait ModuleRuntimeProps extends AnyRef

    Permalink

    Created by kerr.

  16. case class ModuleScope(module: Module) extends LocalScope with Product with Serializable

    Permalink

    Created by kerr.

  17. class NoArgsReflectConstructor extends IndirectModuleCreator

    Permalink
  18. class ServiceDependencies extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  19. class ServiceDependency extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  20. trait SuperVisorStrategyProvider extends AnyRef

    Permalink

Value Members

  1. object DefaultModuleRuntimeProps extends ModuleRuntimeProps

    Permalink
  2. object ExternalConfig

    Permalink

    Created by kerr.

  3. object Module

    Permalink
  4. object ModuleProps extends Serializable

    Permalink

    Created by kerr.

  5. object ModuleRuntimeProps

    Permalink
  6. implicit val executionContext: RuntimeExecutionContext

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped