public interface KeyFactory extends Serializable
KeyFactory defines conversion of state key (which could be compounded) -> Redis key.
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
KeyFactory.DefaultKeyFactory
Default Key Factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
build(List<Object> key)
Converts state key to Redis key. 
 | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.