Interface CSEventType
- All Known Implementing Classes:
CSEventCertificateDNSChallengeFailed,CSEventCertificateRenewalFailed,CSEventCertificateRenewalSucceeded,CSEventCertificateSigningFailed,CSEventCertificateStored,CSEventCertificateStoreFailed
public sealed interface CSEventType
permits CSEventCertificateDNSChallengeFailed, CSEventCertificateRenewalFailed, CSEventCertificateRenewalSucceeded, CSEventCertificateSigningFailed, CSEventCertificateStoreFailed, CSEventCertificateStored
The base type of significant application events.
-
Method Summary
-
Method Details
-
message
String message()- Returns:
- The event message
-
isFailure
boolean isFailure()- Returns:
trueif the event indicates that an operation failed
-
attributes
- Returns:
- The event attributes for logging purposes
-