It looks like the alternative is to not invoke that method. The
parameter only used to issue a warning if set to /false/.
On 8/23/18 2:23 PM, Kirk Lund wrote:
Question about CacheServer.setNotifyBySubscription(boolean) which is
deprecated... The default is now TRUE. But I found a test that is setting
it to FALSE. What is the preferred non-deprecated API for setting this to
FALSE?
* @deprecated as of 6.0.1. This method is no longer in use, by default
notifyBySubscription
* attribute is set to true.
*/
@Deprecated
void setNotifyBySubscription(boolean b);