OptionsType
- the expected type for the operation optionspublic class HttpRequestCacheKey<OptionsType extends OperationOptions> extends Object
DefaultHttpRequester
in a map
based on a URL and operation options.Constructor and Description |
---|
HttpRequestCacheKey(String url,
OptionsType operationOptions,
MessageExchangePattern exchangePattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MessageExchangePattern |
getExchangePattern() |
OptionsType |
getOperationOptions() |
String |
getUrl() |
int |
hashCode() |
public HttpRequestCacheKey(String url, OptionsType operationOptions, MessageExchangePattern exchangePattern)
public String getUrl()
public OptionsType getOperationOptions()
public MessageExchangePattern getExchangePattern()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.