This commit is contained in:
parent
be35cf9c5f
commit
7d28912120
1 changed files with 4 additions and 1 deletions
|
|
@ -77,10 +77,13 @@ public class PrimaryAuctionBnSession extends QueueConsumer implements Initializi
|
||||||
callback(Object.class)
|
callback(Object.class)
|
||||||
.setConsumer(this::continueSession)
|
.setConsumer(this::continueSession)
|
||||||
.forDestination(Consts.SDF57_PROCESS, callbacks::put);
|
.forDestination(Consts.SDF57_PROCESS, callbacks::put);
|
||||||
|
callback(Object.class)
|
||||||
|
.setConsumer(this::runSession)
|
||||||
|
.forDestination(ru.spcex.platform.enumeration.Task.startOfClearing.topic(), callbacks::put);
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void runSession() {
|
public void runSession(BaseRequest<?> req) {
|
||||||
if (!startSession()) {
|
if (!startSession()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue