Header menu logo FCQRS

AggregateFactory Type

C# delegate for an aggregate's entity-ref factory: an id -> its sharded actor ref. sp.AggregateFactory<T>() returns one; sagas use it to target an aggregate.

Instance members

Instance member Description

this.Invoke

Full Usage: this.Invoke

Parameters:
    arg0 : string

Returns: IEntityRef<obj>
Modifiers: abstract
arg0 : string
Returns: IEntityRef<obj>

Type something to start searching.