Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
5670dbd48d
2 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public class CommandService extends QueueConsumer implements InitializingBean {
|
|||
public void afterPropertiesSet() throws Exception {
|
||||
callback(ExportToFileRequest.class)
|
||||
.setConsumer(this::process)
|
||||
.forDestination(Consts.STATEMENT_PROCESS, callbacks::put);
|
||||
.forDestination(Consts.EXPORT_PROCESS, callbacks::put);
|
||||
init();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ public interface Consts {
|
|||
|
||||
//todo
|
||||
String STATEMENT_PROCESS = "statement-process";
|
||||
String EXPORT_PROCESS = "export-process";
|
||||
String ACCOUNT_NEW = "account-new";
|
||||
String BALANCE_ACCOUNT_NEW = "balance-account-new";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue