io.kokuwa.keycloak.metrics.stats.MetricsStatsFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of keycloak-event-metrics Show documentation
Show all versions of keycloak-event-metrics Show documentation
Provides metrics for Keycloak user/admin events
The newest version!
package io.kokuwa.keycloak.metrics.stats;
import org.keycloak.provider.ProviderFactory;
/**
* Factory for Keycloak metrics.
*
* @author Stephan Schnabel
*/
public interface MetricsStatsFactory extends ProviderFactory {}