com.github.ltsopensource.spring.boot
Class MonitorAutoConfiguration

java.lang.Object
  extended by com.github.ltsopensource.spring.boot.MonitorAutoConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

@Configuration
@ConditionalOnBean(annotation=EnableMonitor.class)
@EnableConfigurationProperties(value=MonitorProperties.class)
public class MonitorAutoConfiguration
extends Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean

Author:
Robert HG (254963746@qq.com) on 4/9/16.

Constructor Summary
MonitorAutoConfiguration()
           
 
Method Summary
 void afterPropertiesSet()
           
 void destroy()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorAutoConfiguration

public MonitorAutoConfiguration()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
Exception


Copyright © 2017. All rights reserved.