DATAGEODE-342 - Implement startWithCleanQueue in GatewaySenderWrapper.

Resolves gh-389.
This commit is contained in:
John Blum
2020-07-07 17:13:13 -07:00
committed by John Blum
parent efb6316a1b
commit 757ede0f09

View File

@@ -286,6 +286,12 @@ public class GatewaySenderWrapper implements GatewaySender {
delegate.start();
}
/**
* @inheritDoc
*/
@Override
public void startWithCleanQueue() { }
/**
* @inheritDoc
*/