public static interface RequestId.Generator
A default implementation is provided uses random UUIDs as the ID value.
To supply your own implementation, put an implementation of this interface upstream from the binding handler
.
Modifier and Type | Method and Description |
---|---|
RequestId |
generate(Context context)
Generate a request ID with a “unique” ID value.
|