Class ToolLoopFactoryConfiguration
-
- All Implemented Interfaces:
@Configuration()@EnableConfigurationProperties(value = {ToolLoopConfiguration.class}) public final class ToolLoopFactoryConfigurationConfiguration for ToolLoop.
Creates a ToolLoopFactory bean based on ToolLoopConfiguration properties.
-
-
Constructor Summary
Constructors Constructor Description ToolLoopFactoryConfiguration(ToolLoopConfiguration config)
-
Method Summary
Modifier and Type Method Description final ToolLoopFactorytoolLoopFactory()-
-
Constructor Detail
-
ToolLoopFactoryConfiguration
ToolLoopFactoryConfiguration(ToolLoopConfiguration config)
-
-
Method Detail
-
toolLoopFactory
@Bean() final ToolLoopFactory toolLoopFactory()
-
-
-
-