SGF-884 - Adapt to API changes introduced in Pivotal GemFire 9.8.4.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user