Packages

t

net.sc8s.akka.projection.lagom

ProjectionServiceImpl

trait ProjectionServiceImpl extends ProjectionService

Linear Supertypes
ProjectionService, Service, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectionServiceImpl
  2. ProjectionService
  3. Service
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract val actorSystem: ActorSystem[_]
  2. abstract val apiPrefix: String
    Definition Classes
    ProjectionService
  3. abstract val projections: Set[ManagedProjection[_, _]]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def descriptor: Descriptor
    Definition Classes
    ProjectionService → Service
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def pauseProjection(projectionName: String): ServiceCall[NotUsed, Done]
    Definition Classes
    ProjectionServiceImpl → ProjectionService
  16. def projectionStatus(projectionName: String): ServiceCall[NotUsed, ProjectionsStatus]
    Definition Classes
    ProjectionServiceImpl → ProjectionService
  17. def projectionsStatus: ServiceCall[NotUsed, List[ProjectionsStatus]]
    Definition Classes
    ProjectionServiceImpl → ProjectionService
  18. def rebuildProjection(projectionName: String): ServiceCall[NotUsed, Done]
    Definition Classes
    ProjectionServiceImpl → ProjectionService
  19. def resumeProjection(projectionName: String): ServiceCall[NotUsed, Done]
    Definition Classes
    ProjectionServiceImpl → ProjectionService
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ProjectionService

Inherited from Service

Inherited from AnyRef

Inherited from Any

Ungrouped