| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.module.cluster.api.notification |
| Modifier and Type | Method and Description |
|---|---|
ClusterMemberAttributeEvent.MemberAttributeOperationType |
ClusterMemberAttributeEvent.getOperationType()
Returns the type of member attribute change for this ClusterMemberAttributeEvent.
|
static ClusterMemberAttributeEvent.MemberAttributeOperationType |
ClusterMemberAttributeEvent.MemberAttributeOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterMemberAttributeEvent.MemberAttributeOperationType[] |
ClusterMemberAttributeEvent.MemberAttributeOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClusterMemberAttributeEvent(ClusterMemberInfo memberInfo,
ClusterMemberAttributeEvent.MemberAttributeOperationType operationType,
String key,
Object value)
Constructs a new event.
|
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.