public final class ResilienceIsolationKey extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Principal |
getPrincipal() |
Tenant |
getTenant() |
int |
hashCode() |
static ResilienceIsolationKey |
of(ResilienceIsolationMode isolationMode)
Factory method for creating a resilience isolation key.
|
String |
toString() |
@Nonnull public static ResilienceIsolationKey of(@Nonnull ResilienceIsolationMode isolationMode) throws IllegalArgumentException
isolationMode
- The isolation mode for the key to be constructed.IllegalArgumentException
- If the given isolation mode is not supported.Copyright © 2020 SAP SE. All rights reserved.