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 |
---|---|
@Nullable Object |
onReceive(@Nullable Object obj)
Intercepts received objects.
|
@Nullable Object |
onSend(Object obj)
Intercepts received objects.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019