OptionsType - the expected type for the operation optionspublic class RequestCacheKey<OptionsType extends OperationOptions> extends Object
| Constructor and Description |
|---|
RequestCacheKey(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 RequestCacheKey(String url, OptionsType operationOptions, MessageExchangePattern exchangePattern)
public String getUrl()
public OptionsType getOperationOptions()
public MessageExchangePattern getExchangePattern()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.