@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface InMemoryInterceptedCompareRequest extends InMemoryInterceptedRequest
InMemoryOperationInterceptor
API.Modifier and Type | Method and Description |
---|---|
ReadOnlyCompareRequest |
getRequest()
Retrieves the compare request to be processed.
|
void |
setRequest(CompareRequest compareRequest)
Replaces the compare request to be processed.
|
getConnectedAddress, getConnectedPort, getConnectionID, getMessageID, getProperty, sendIntermediateResponse, sendUnsolicitedNotification, setProperty
@NotNull ReadOnlyCompareRequest getRequest()
void setRequest(@NotNull CompareRequest compareRequest)
compareRequest
- The compare request that should be processed
instead of the one that was originally received
from the client. It must not be null
.