public interface CommandAPISet
Modifier and Type | Method and Description |
---|---|
<K,C> CommandAPI<K,C> |
getCommandAPI(String aggregateName)
Provide access to the CommandAPI for any of the aggregates managed by this instance
|
<K,C> CommandAPI<K,C> getCommandAPI(String aggregateName)
C
- all commands for this aggregateK
- the aggregate keyaggregateName
- unique name of one of the aggregatesCopyright © 2019. All rights reserved.