Package ball.spring.mysqld
Class MysqldComponent
- java.lang.Object
-
- ball.spring.mysqld.MysqldComponent
-
@Component @ConditionalOnBean(name="mysqld") public class MysqldComponent extends Object
mysqld
Component
.Injected Field Summary
Annotation(s) Field @Autowired(required=true)
private
Process
mysqld
- Author:
- Allen D. Ball
- See Also:
MysqldConfiguration
-
-
Constructor Summary
Constructors Constructor Description MysqldComponent()
-
-
-
Constructor Detail
-
MysqldComponent
public MysqldComponent()
-
-
Method Detail
-
run
@Scheduled(fixedRate=15000L) public void run()
-
-