refactoring

pull/6166/head
Nikita Koksharov 6 months ago
parent b4bdef9e21
commit 3471045235

@ -98,8 +98,7 @@ public abstract class QueueTransferTask {
public void stop() {
RTopic schedulerTopic = getTopic();
schedulerTopic.removeListener(messageListenerId);
schedulerTopic.removeListener(statusListenerId);
schedulerTopic.removeListenerAsync(messageListenerId, statusListenerId);
}
private void scheduleTask(final Long startTime) {

Loading…
Cancel
Save