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 Details Link icon

    • OperationLogJmxConfig Link icon

      public OperationLogJmxConfig()
  • Method Details Link icon

    • getOperationStatsBean Link icon

      @Bean public OperationStatsBean getOperationStatsBean()
    • getMBeanExporter Link icon

      @Bean public org.springframework.jmx.export.MBeanExporter getMBeanExporter(@Autowired OperationStatsBean operationStatsBean)