public static class KeyFactory.DefaultKeyFactory extends Object implements KeyFactory
Default Key Factory.
KeyFactory.DefaultKeyFactory
Constructor and Description |
---|
DefaultKeyFactory() |
Modifier and Type | Method and Description |
---|---|
String |
build(List<Object> key)
Converts state key to Redis key.
|
public String build(List<Object> key)
Converts state key to Redis key.
Currently DefaultKeyFactory returns just first element of list.build
in interface KeyFactory
key
- state keyRuntimeException
- when key is compound keyKeyFactory.build(List)
Copyright © 2022 The Apache Software Foundation. All rights reserved.