SGF-884 - Adapt to API changes introduced in Pivotal GemFire 9.8.4.

This commit is contained in:
John Blum
2019-09-27 20:05:06 -07:00
parent 16affdc63a
commit d65b177d31

View File

@@ -150,6 +150,11 @@ public class StubAsyncEventQueueFactory implements AsyncEventQueueFactory {
return this;
}
@Override
public AsyncEventQueueFactory pauseEventDispatching() {
return this;
}
@Override
public AsyncEventQueueFactory removeGatewayEventFilter(final GatewayEventFilter gatewayEventFilter) {
gatewayEventFilters.remove(gatewayEventFilter);