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