Package io.apiman.gateway.engine.redis
Class RedisSharedStateComponent
- java.lang.Object
-
- io.apiman.gateway.engine.storage.component.AbstractStorageComponent
-
- io.apiman.gateway.engine.storage.component.AbstractSharedStateComponent
-
- io.apiman.gateway.engine.redis.RedisSharedStateComponent
-
- All Implemented Interfaces:
ISharedStateComponent,IComponent
public class RedisSharedStateComponent extends AbstractSharedStateComponent
Shared state component backed by Redis.- Author:
- Pete Cornish
-
-
Constructor Summary
Constructors Constructor Description RedisSharedStateComponent(Map<String,String> componentConfig)Constructor.
-
Method Summary
-
Methods inherited from class io.apiman.gateway.engine.storage.component.AbstractSharedStateComponent
clearProperty, getProperty, setProperty
-
Methods inherited from class io.apiman.gateway.engine.storage.component.AbstractStorageComponent
buildNamespacedKey, getStore
-
-