public class IdempotencyKey extends Object
| Constructor | Description |
|---|---|
IdempotencyKey(String key) |
|
IdempotencyKey(UUID uuid) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getKey() |
|
static IdempotencyKey |
randomFromUUID() |
public IdempotencyKey(String key)
public IdempotencyKey(UUID uuid)
public String getKey()
public static IdempotencyKey randomFromUUID()
Copyright © 2018 The Apache Software Foundation. All rights reserved.