protected static final class EndpointDiscoverer.OperationKey
extends java.lang.Object
Operation based on specific criteria from the actual
operation implementation.| Constructor and Description |
|---|
OperationKey(java.lang.Object key,
java.util.function.Supplier<java.lang.String> description)
Create a new
EndpointDiscoverer.OperationKey instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public OperationKey(java.lang.Object key,
java.util.function.Supplier<java.lang.String> description)
EndpointDiscoverer.OperationKey instance.key - the underlying key for the operationdescription - a human readable description of the key