Class OperationLogJmxConfig
- java.lang.Object
-
- org.eclipse.rdf4j.spring.operationlog.log.jmx.OperationLogJmxConfig
-
@Configuration @ConditionalOnBean(OperationLog.class) @ConditionalOnProperty("rdf4j.spring.operationlog.jmx.enabled") @EnableConfigurationProperties(OperationLogJmxProperties.class) public class OperationLogJmxConfig extends Object
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
-
Constructor Summary
Constructors Constructor Description OperationLogJmxConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.jmx.export.MBeanExporter
getMBeanExporter(OperationStatsBean operationStatsBean)
OperationStatsBean
getOperationStatsBean()
-
-
-
Method Detail
-
getOperationStatsBean
@Bean public OperationStatsBean getOperationStatsBean()
-
getMBeanExporter
@Bean public org.springframework.jmx.export.MBeanExporter getMBeanExporter(@Autowired OperationStatsBean operationStatsBean)
-
-