-
public final class AuditsDomainAudits domain allows investigation of page violations and possible improvements.
-
-
Method Summary
Modifier and Type Method Description final Flow<AuditsEvent>events()Subscribes to all events related to this domain. final Flow<AuditsEvent.IssueAddedEvent>issueAdded()Official doc final GetEncodedResponseResponsegetEncodedResponse(GetEncodedResponseRequest input)Returns the response body and size if it were re-encoded with the specified settings. final Unitdisable()Disables issues domain, prevents further issues from being reported to the client. final Unitenable()Enables issues domain, sends the issues collected so far to the client by means of the issueAddedevent.-
-
Method Detail
-
events
final Flow<AuditsEvent> events()
Subscribes to all events related to this domain.
-
issueAdded
final Flow<AuditsEvent.IssueAddedEvent> issueAdded()
-
getEncodedResponse
final GetEncodedResponseResponse getEncodedResponse(GetEncodedResponseRequest input)
Returns the response body and size if it were re-encoded with the specified settings. Only applies to images.
-
disable
final Unit disable()
Disables issues domain, prevents further issues from being reported to the client.
-
-
-
-