public class IdempotentUrlPatternReaderImpl extends Object implements IdempotentUrlPatternReader
| Constructor and Description |
|---|
IdempotentUrlPatternReaderImpl(IdempotentUrlPattern pattern)
Constructor for Idempotent url pattern
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Accepts a visitor and calls its visit
method
|
String |
getNoOfRetries()
Number of retries, when an idempotent request fails.
|
String |
getUrlPattern()
Returns a regular expression containing an url or url pattern.
|
public IdempotentUrlPatternReaderImpl(IdempotentUrlPattern pattern)
public String getUrlPattern() throws LbReaderException
getUrlPattern in interface IdempotentUrlPatternReaderLbReaderExceptionpublic String getNoOfRetries() throws LbReaderException
getNoOfRetries in interface IdempotentUrlPatternReaderLbReaderExceptionpublic void accept(Visitor v) throws Exception
BaseReaderaccept in interface BaseReaderExceptionCopyright © 2019. All rights reserved.