-
public final class EnableRequestRequest object containing input parameters for the FetchDomain.enable command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<RequestPattern>patternsprivate final BooleanhandleAuthRequests
-
Constructor Summary
Constructors Constructor Description EnableRequest(List<RequestPattern> patterns, Boolean handleAuthRequests)
-
Method Summary
Modifier and Type Method Description final List<RequestPattern>component1()final Booleancomponent2()final EnableRequestcopy(List<RequestPattern> patterns, Boolean handleAuthRequests)final List<RequestPattern>getPatterns()If specified, only requests matching any of these patterns will produce fetchRequested event and will be paused until clients response. final BooleangetHandleAuthRequests()If true, authRequired events will be issued and requests will be paused expecting a call to continueWithAuth. -
-
Constructor Detail
-
EnableRequest
EnableRequest(List<RequestPattern> patterns, Boolean handleAuthRequests)
-
-
Method Detail
-
component1
final List<RequestPattern> component1()
-
component2
final Boolean component2()
-
copy
final EnableRequest copy(List<RequestPattern> patterns, Boolean handleAuthRequests)
-
getPatterns
final List<RequestPattern> getPatterns()
If specified, only requests matching any of these patterns will produce fetchRequested event and will be paused until clients response. If not set, all requests will be affected.
-
getHandleAuthRequests
final Boolean getHandleAuthRequests()
If true, authRequired events will be issued and requests will be paused expecting a call to continueWithAuth.
-
-
-
-