public class DynamoDBStateStoreEntryReaderActor<T extends io.vlingo.symbio.Entry<?>>
extends io.vlingo.actors.Actor
implements io.vlingo.symbio.store.state.StateStoreEntryReader<T>
| Constructor and Description |
|---|
DynamoDBStateStoreEntryReaderActor(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
io.vlingo.common.Completes<String> |
name() |
io.vlingo.common.Completes<T> |
readNext() |
io.vlingo.common.Completes<List<T>> |
readNext(int maximumEntries) |
io.vlingo.common.Completes<T> |
readNext(String fromId) |
io.vlingo.common.Completes<List<T>> |
readNext(String fromId,
int maximumEntries) |
void |
rewind() |
io.vlingo.common.Completes<String> |
seekTo(String id) |
io.vlingo.common.Completes<Long> |
size() |
address, afterRestart, afterStop, beforeRestart, beforeResume, beforeStart, childActorFor, childActorFor, completableFuture, completes, completesEventually, conclude, deadLetters, definition, disperseStowedMessages, equals, future, hashCode, isStopped, logger, parentAs, scheduler, secure, selfAs, stage, stageNamed, start, stop, stowMessages, toString, viewTestState, viewTestStateInitializationpublic DynamoDBStateStoreEntryReaderActor(String name)
public void close()
close in interface io.vlingo.symbio.store.EntryReader<T extends io.vlingo.symbio.Entry<?>>public io.vlingo.common.Completes<String> name()
name in interface io.vlingo.symbio.store.EntryReader<T extends io.vlingo.symbio.Entry<?>>public io.vlingo.common.Completes<T> readNext()
readNext in interface io.vlingo.symbio.store.EntryReader<T extends io.vlingo.symbio.Entry<?>>public io.vlingo.common.Completes<T> readNext(String fromId)
readNext in interface io.vlingo.symbio.store.EntryReader<T extends io.vlingo.symbio.Entry<?>>public io.vlingo.common.Completes<List<T>> readNext(int maximumEntries)
readNext in interface io.vlingo.symbio.store.EntryReader<T extends io.vlingo.symbio.Entry<?>>public io.vlingo.common.Completes<List<T>> readNext(String fromId, int maximumEntries)
readNext in interface io.vlingo.symbio.store.EntryReader<T extends io.vlingo.symbio.Entry<?>>public void rewind()
rewind in interface io.vlingo.symbio.store.EntryReader<T extends io.vlingo.symbio.Entry<?>>public io.vlingo.common.Completes<String> seekTo(String id)
seekTo in interface io.vlingo.symbio.store.EntryReader<T extends io.vlingo.symbio.Entry<?>>Copyright © 2019. All rights reserved.