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

    • OperationLogJmxConfig

      public OperationLogJmxConfig()
  • Method Details

    • getOperationStatsBean

      @Bean public OperationStatsBean getOperationStatsBean()
    • getMBeanExporter

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