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 - 
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.jmx.export.MBeanExportergetMBeanExporter(OperationStatsBean operationStatsBean)  
- 
Constructor Details
- 
OperationLogJmxConfig
public OperationLogJmxConfig() 
 - 
 - 
Method Details
- 
getOperationStatsBean
 - 
getMBeanExporter
@Bean public org.springframework.jmx.export.MBeanExporter getMBeanExporter(@Autowired OperationStatsBean operationStatsBean)  
 -