Class DrivenAdapterRedis
- java.lang.Object
-
- co.com.bancolombia.factory.adapters.DrivenAdapterRedis
-
- All Implemented Interfaces:
ModuleFactory
public class DrivenAdapterRedis extends java.lang.Object implements ModuleFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDrivenAdapterRedis.Mode
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAM_MODE
-
Constructor Summary
Constructors Constructor Description DrivenAdapterRedis()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildModule(ModuleBuilder builder)protected java.lang.StringgetPathMode(DrivenAdapterRedis.Mode mode)protected java.lang.StringgetPathType(boolean isReactive)
-
-
-
Field Detail
-
PARAM_MODE
public static final java.lang.String PARAM_MODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
buildModule
public void buildModule(ModuleBuilder builder) throws java.io.IOException, CleanException
- Specified by:
buildModulein interfaceModuleFactory- Throws:
java.io.IOExceptionCleanException
-
getPathMode
protected java.lang.String getPathMode(DrivenAdapterRedis.Mode mode)
-
getPathType
protected java.lang.String getPathType(boolean isReactive)
-
-