public interface ConnectorMessageInterceptor
Interceptors allow user to transform objects send and received via REST protocols. For example they could be used for customized multi-language marshalling by converting binary object representation received from client to java object.
Modifier and Type | Method and Description |
---|---|
Object |
onReceive(Object obj)
Intercepts received objects.
|
Object |
onSend(Object obj)
Intercepts received objects.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024