case class TaggedProjection(projectionName: String, tagGenerator: TagGenerator) extends Logging with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.34.0) use ManagedProjection
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaggedProjection
- Serializable
- Product
- Equals
- Logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TaggedProjection(projectionName: String, tagGenerator: TagGenerator)
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initCassandraProjection[Event](shardedDaemonProcess: ShardedDaemonProcess, shardedDaemonProcessName: String = s"$projectionName-projection")(flow: (FlowWithContext[EventEnvelope[Event], ProjectionContext, EventEnvelope[Event], ProjectionContext, NotUsed]) => FlowWithContext[EventEnvelope[Event], ProjectionContext, Done, ProjectionContext, _])(implicit system: ActorSystem[_]): Unit
- def initDefaultProjection[Event](shardedDaemonProcess: ShardedDaemonProcess, shardedDaemonProcessName: String = s"$projectionName-projection")(pf: PartialFunction[(Event, EntityId), Future[Done]])(implicit system: ActorSystem[_]): Unit
- def initDefaultProjectionWithEntityIdExtractor[Event, EntityIdT](shardedDaemonProcess: ShardedDaemonProcess, shardedDaemonProcessName: String = s"$projectionName-projection")(entityIdExtractor: (String) => EntityIdT)(pf: PartialFunction[(Event, EntityIdT), Future[Done]])(implicit system: ActorSystem[_]): Unit
- def initProjection(shardedDaemonProcess: ShardedDaemonProcess, shardedDaemonProcessName: String = s"$projectionName-projection")(behavior: (ProjectionId) => Behavior[Command]): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit lazy val log: IzLogger
- Definition Classes
- Logging
- def logContext: CustomContext
- Attributes
- protected
- Definition Classes
- Logging
- lazy val loggerClass: String
- Attributes
- protected
- Definition Classes
- Logging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val projectionIds: IndexedSeq[ProjectionId]
- val projectionName: String
- def rebuildProjections()(implicit actorSystem: ActorSystem[_], executionContext: ExecutionContext): Future[Done]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tagGenerator: TagGenerator
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated