Open
Description
yozaner1324 opened DATAGEODE-342 and commented
GEODE-7458 added a method startWithCleanQueue()
to the GatewaySender
interface.
Because GatewaySenderWrapper
does not implement the new method, the class does not compile. To fix this, we need to add an implementation of the startWithCleanQueue()
method to the GatewaySenderWrapper
class.
No further details from DATAGEODE-342