Package org.opensaml.core.metrics.impl
Class MetricRegistryInitializer
java.lang.Object
org.opensaml.core.metrics.impl.MetricRegistryInitializer
- All Implemented Interfaces:
Initializer
An initializer for the
MetricRegistry held by the ConfigurationService.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Perform the initialization process encompassed by the implementation.
-
Field Details
-
log
@Nonnull private org.slf4j.Logger logLogger.
-
-
Constructor Details
-
MetricRegistryInitializer
public MetricRegistryInitializer()
-
-
Method Details
-
init
Perform the initialization process encompassed by the implementation.- Specified by:
initin interfaceInitializer- Throws:
InitializationException- if initialization could not be completed successfully
-