final class DynamoDBDurableStateStoreV2[A] extends ScalaDurableStateUpdateStore[A] with LoggingSupport
- Annotations
- @ApiMayChange()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoDBDurableStateStoreV2
- LoggingSupport
- ScalaDurableStateUpdateStore
- DurableStateUpdateStore
- DurableStateStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DynamoDBDurableStateStoreV2(pluginContext: StatePluginContext, asyncClient: Option[DynamoDbAsyncClient], syncClient: Option[DynamoDbClient])
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
- val asyncClient: Option[DynamoDbAsyncClient]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
deleteObject(persistenceId: String): Future[Done]
- Definition Classes
- DynamoDBDurableStateStoreV2 → DurableStateUpdateStore
- implicit val ec: ExecutionContext
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getObject(persistenceId: String): Future[GetObjectResult[A]]
- Definition Classes
- DynamoDBDurableStateStoreV2 → DurableStateStore
-
def
getRawObject(persistenceId: String): Future[GetRawObjectResult[A]]
- Definition Classes
- DynamoDBDurableStateStoreV2 → ScalaDurableStateUpdateStore
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- LoggingSupport
- implicit val mat: ActorSystem
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pluginContext: StatePluginContext
- val syncClient: Option[DynamoDbClient]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val system: ActorSystem
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
upsertObject(persistenceId: String, revision: Long, value: A, tag: String): Future[Done]
- Definition Classes
- DynamoDBDurableStateStoreV2 → DurableStateUpdateStore
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()