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