- address() - Method in class io.vlingo.scooter.CompletesEventuallyAdapter
-
- alongWith(List<Source<C>>) - Method in class io.vlingo.scooter.model.Applied
-
- alongWith(int, List<Source<C>>) - Method in class io.vlingo.scooter.model.Applied
-
- alongWith(S, int, List<Source<C>>) - Method in class io.vlingo.scooter.model.Applied
-
- alongWith(S, List<Source<C>>) - Method in class io.vlingo.scooter.model.Applied
-
- alongWith(S, List<Source<C>>, Metadata) - Method in class io.vlingo.scooter.model.Applied
-
- alongWith(S, int, List<Source<C>>, Metadata) - Method in class io.vlingo.scooter.model.Applied
-
- appendAllResultedIn(Outcome<StorageException, Result>, String, int, List<Source<S>>, Optional<ST>, Object) - Method in class io.vlingo.scooter.persistence.JournalRepository.AppendInterest
-
- appendAllResultedIn(Outcome<StorageException, Result>, String, int, List<Source<S>>, Metadata, Optional<ST>, Object) - Method in class io.vlingo.scooter.persistence.JournalRepository.AppendInterest
-
- appendInterest() - Method in class io.vlingo.scooter.persistence.JournalRepository
-
Answer an JournalRepository.AppendInterest for each new
append() and appendAll().
- appendResultedIn(Outcome<StorageException, Result>, String, int, Source<S>, Optional<ST>, Object) - Method in class io.vlingo.scooter.persistence.JournalRepository.AppendInterest
-
- appendResultedIn(Outcome<StorageException, Result>, String, int, Source<S>, Metadata, Optional<ST>, Object) - Method in class io.vlingo.scooter.persistence.JournalRepository.AppendInterest
-
- Applied<S,C> - Class in io.vlingo.scooter.model
-
A holder for Source<T>, Metadata, and snapshot.
- Applied(S, int, List<Source<C>>, Metadata) - Constructor for class io.vlingo.scooter.model.Applied
-
Construct my state.
- Applied(S, List<Source<C>>, Metadata) - Constructor for class io.vlingo.scooter.model.Applied
-
- Applied(int, List<Source<C>>, Metadata) - Constructor for class io.vlingo.scooter.model.Applied
-
- Applied(List<Source<C>>, Metadata) - Constructor for class io.vlingo.scooter.model.Applied
-
- Applied(int, List<Source<C>>) - Constructor for class io.vlingo.scooter.model.Applied
-
- Applied(List<Source<C>>) - Constructor for class io.vlingo.scooter.model.Applied
-
- Applied() - Constructor for class io.vlingo.scooter.model.Applied
-
- applied() - Method in class io.vlingo.scooter.model.Entity
-
Answer my applied.
- applied(Applied<S, C>) - Method in class io.vlingo.scooter.model.Entity
-
- apply(S, List<Source<C>>, Metadata) - Method in class io.vlingo.scooter.model.object.ObjectEntity
-
Apply state and sources to myself.
- apply(S, Source<C>, Metadata) - Method in class io.vlingo.scooter.model.object.ObjectEntity
-
Apply state, sources, with metadata to myself.
- apply(S) - Method in class io.vlingo.scooter.model.object.ObjectEntity
-
Apply state to myself.
- apply(S, List<Source<C>>) - Method in class io.vlingo.scooter.model.object.ObjectEntity
-
Apply state and sources to myself.
- apply(S, Source<C>) - Method in class io.vlingo.scooter.model.object.ObjectEntity
-
Apply state and source to myself.
- apply(List<Source<T>>) - Method in class io.vlingo.scooter.model.sourced.SourcedEntity
-
Apply all of the given sources to myself, which includes appending
them to my journal and reflecting the representative changes to my state.
- apply(List<Source<T>>, Metadata) - Method in class io.vlingo.scooter.model.sourced.SourcedEntity
-
Apply all of the given sources to myself along with metadata.
- apply(Source<T>) - Method in class io.vlingo.scooter.model.sourced.SourcedEntity
-
Apply the given source to myself.
- apply(Source<T>, Metadata) - Method in class io.vlingo.scooter.model.sourced.SourcedEntity
-
Apply the given source to myself with metadata.
- apply(S, List<Source<C>>, String, String) - Method in class io.vlingo.scooter.model.stateful.StatefulEntity
-
Apply my current state and metadataValye that was modified
due to the descriptive operation.
- apply(S, String, String) - Method in class io.vlingo.scooter.model.stateful.StatefulEntity
-
Apply my current state and metadataValye that was modified
due to the descriptive operation.
- apply(S, List<Source<C>>, String) - Method in class io.vlingo.scooter.model.stateful.StatefulEntity
-
Apply my current state that was modified due to the descriptive operation.
- apply(S, String) - Method in class io.vlingo.scooter.model.stateful.StatefulEntity
-
Apply my current state that was modified due to the descriptive operation.
- apply(S, List<Source<C>>) - Method in class io.vlingo.scooter.model.stateful.StatefulEntity
-
Apply my current state and sources.
- apply(S, Source<C>) - Method in class io.vlingo.scooter.model.stateful.StatefulEntity
-
Apply my current state and source.
- apply(S) - Method in class io.vlingo.scooter.model.stateful.StatefulEntity
-
Apply my current state.
- asList(Source<C>...) - Method in class io.vlingo.scooter.model.object.ObjectEntity
-
Answer a List<Source<C>> from the varargs sources.
- asList(Source<T>...) - Method in class io.vlingo.scooter.model.sourced.SourcedEntity
-
Answer a List<Source<T>> from the varargs sources.
- await(JournalRepository.AppendInterest) - Method in class io.vlingo.scooter.persistence.JournalRepository
-
Await on the append to be completed.
- await(StatefulRepository.ReadInterest) - Method in class io.vlingo.scooter.persistence.StatefulRepository
-
Answer the T afer awaiting the read to be completed.
- await(StatefulRepository.WriteInterest) - Method in class io.vlingo.scooter.persistence.StatefulRepository
-
Await on the write to be completed.