| Package | Description |
|---|---|
| org.axonframework.extensions.springcloud.commandhandling.mode |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMemberCapabilities
Default implementation of the
MemberCapabilities, storing the loadFactor and CommandMessageFilter as is. |
| Modifier and Type | Field and Description |
|---|---|
static MemberCapabilities |
DefaultMemberCapabilities.INCAPABLE_MEMBER
Defines a member which is incapable of handling anything, by setting the load factor to
0 and the CommandMessageFilter to DenyAll. |
| Modifier and Type | Field and Description |
|---|---|
protected AtomicReference<MemberCapabilities> |
AbstractCapabilityDiscoveryMode.localCapabilities |
| Modifier and Type | Method and Description |
|---|---|
Optional<MemberCapabilities> |
AcceptAllCommandsDiscoveryMode.capabilities(org.springframework.cloud.client.ServiceInstance serviceInstance) |
Optional<MemberCapabilities> |
IgnoreListingDiscoveryMode.capabilities(org.springframework.cloud.client.ServiceInstance serviceInstance) |
Optional<MemberCapabilities> |
RestCapabilityDiscoveryMode.capabilities(org.springframework.cloud.client.ServiceInstance serviceInstance) |
Optional<MemberCapabilities> |
CapabilityDiscoveryMode.capabilities(org.springframework.cloud.client.ServiceInstance serviceInstance)
|
| Modifier and Type | Method and Description |
|---|---|
static SerializedMemberCapabilities |
SerializedMemberCapabilities.build(MemberCapabilities delegate,
org.axonframework.serialization.Serializer serializer)
Build a
SerializedMemberCapabilities based on the given delegate, serializing the CommandMessageFilter with the given serializer. |
Copyright © 2010–2023. All rights reserved.