Package co.com.bancolombia.factory
Interface ModuleFactory
-
- All Known Implementing Classes:
AcceptanceTest,CircleCI,DrivenAdapterAsyncEventBus,DrivenAdapterBinStash,DrivenAdapterDynamoDB,DrivenAdapterGeneric,DrivenAdapterJPA,DrivenAdapterKms,DrivenAdapterKtorClient,DrivenAdapterMongoDB,DrivenAdapterMQ,DrivenAdapterR2dbcPostgreSQL,DrivenAdapterRedis,DrivenAdapterRestConsumer,DrivenAdapterRSocketRequester,DrivenAdapterS3,DrivenAdapterSecrets,DrivenAdapterSQS,EntryPointAsyncEventHandler,EntryPointGeneric,EntryPointGraphql,EntryPointMQ,EntryPointRestMvc,EntryPointRestMvcServer,EntryPointRestWebflux,EntryPointRSocketResponder,EntryPointSQS,GitHubAction,HelperGeneric,Jenkins,JmeterPerformanceTest,ObjectMapperFactory,PipelineAzure,UpgradeFactory
public interface ModuleFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuildModule(ModuleBuilder builder)
-
-
-
Method Detail
-
buildModule
void buildModule(ModuleBuilder builder) throws java.io.IOException, CleanException
- Throws:
java.io.IOExceptionCleanException
-
-