public interface MemberCapabilities extends Serializable
CommandMessageFilter.| Modifier and Type | Method and Description |
|---|---|
org.axonframework.commandhandling.distributed.CommandMessageFilter |
getCommandFilter()
A
CommandMessageFilter defining which CommandMessages this
member is capable of handling. |
int |
getLoadFactor()
The load factor of the given member, defining the amount of load it is willing to take on.
|
int getLoadFactor()
int defining the amount of load this member is willing to take onorg.axonframework.commandhandling.distributed.CommandMessageFilter getCommandFilter()
CommandMessageFilter defining which CommandMessages this
member is capable of handling.CommandMessageFilter specifying the CommandMessages
a member can handleCopyright © 2010–2023. All rights reserved.