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.DefaultKeyFactoryDefault Key Factory | 
| Modifier and Type | Method and Description | 
|---|---|
| String | build(List<Object> key)Converts state key to Redis key. | 
Copyright © 2019 The Apache Software Foundation. All rights reserved.