| Package | Description |
|---|---|
| io.vlingo.symbio.store.state.dynamodb | |
| io.vlingo.symbio.store.state.dynamodb.interests |
| Constructor and Description |
|---|
DynamoDBStateActor(io.vlingo.symbio.store.dispatch.Dispatcher<io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,RS>> dispatcher,
com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync dynamodb,
CreateTableInterest createTableInterest,
RecordAdapter<RS> recordAdapter)
Constructs a
DynamoDBStateActor with the arguments. |
DynamoDBStateActor(io.vlingo.symbio.store.dispatch.Dispatcher<io.vlingo.symbio.store.dispatch.Dispatchable<io.vlingo.symbio.Entry<?>,RS>> dispatcher,
io.vlingo.symbio.store.dispatch.DispatcherControl dispatcherControl,
com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync dynamodb,
CreateTableInterest createTableInterest,
RecordAdapter<RS> recordAdapter)
NOTE: this constructor is intended only for supporting testing with mocks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopCreateTableInterest |
Copyright © 2019. All rights reserved.