public interface CommandPriorityCalculator
| Modifier and Type | Method and Description |
|---|---|
default int |
determinePriority(org.axonframework.commandhandling.CommandMessage<?> command)
default implementation returns 0 for all messages
|
Copyright © 2010–2018. All rights reserved.