[
https://issues.apache.org/jira/browse/GEODE-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lynn Gallinat updated GEODE-3770:
---------------------------------
Summary: User should be able to mutate WriteInterceptor on existing region
(was: Add support to AttributesMutator for WriteInterceptor)
> User should be able to mutate WriteInterceptor on existing region
> -----------------------------------------------------------------
>
> Key: GEODE-3770
> URL: https://issues.apache.org/jira/browse/GEODE-3770
> Project: Geode
> Issue Type: Sub-task
> Components: regions
> Reporter: Lynn Gallinat
>
> Add support to AttributesMutator for WriteInterceptor:
> {noformat}
> /**
> * Changes the write interceptor for the region.
> *
> * @param interceptor The new write interceptor.
> * @return The previous write interceptor.
> */
> public WriteInterceptor<K, V> setWriteInterceptor(WriteInterceptor<K, V>
> interceptor);
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)