Interface Context
- All Known Subinterfaces:
ActionContext, ActionCreationContext, CommandContext, CommandContext, CommandContext, CommandContext, EntityContext, EventContext, EventSourcedEntityContext, MetadataContext, ReplicatedEntityContext, UpdateContext, ValueEntityContext, ViewContext, ViewCreationContext, WorkflowContext
public interface Context
Root class of all contexts.
-
Method Summary
Modifier and TypeMethodDescriptionakka.stream.MaterializerAn Akka Stream materializer to use for running streams.
-
Method Details
-
materializer
akka.stream.Materializer materializer()An Akka Stream materializer to use for running streams. Needed for example in a command handler which accepts streaming elements but returns a single async reply once all streamed elements has been consumed.
-