Package io.quarkus.oidc.client.runtime
Class OidcClientHealthCheck
java.lang.Object
io.quarkus.oidc.client.runtime.OidcClientHealthCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness
public class OidcClientHealthCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) OidcClientsImpl(package private) OidcClientsConfig -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
oidcClients
-
oidcClientsConfig
-
-
Constructor Details
-
OidcClientHealthCheck
public OidcClientHealthCheck()
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-