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