记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
68bcd56f
Commit
68bcd56f
authored
Jun 15, 2022
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释
parent
c34d8671
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ConsumerCommonBizRedisStreamConfig.java
...sumer/base/config/ConsumerCommonBizRedisStreamConfig.java
+3
-2
No files found.
liquidnet-bus-service/liquidnet-service-consumer-all/liquidnet-service-consumer-base/src/main/java/com/liquidnet/service/consumer/base/config/ConsumerCommonBizRedisStreamConfig.java
View file @
68bcd56f
...
@@ -47,6 +47,7 @@ public class ConsumerCommonBizRedisStreamConfig extends RedisStreamConfig {
...
@@ -47,6 +47,7 @@ public class ConsumerCommonBizRedisStreamConfig extends RedisStreamConfig {
ConsumerSweetTemplateMsgReceiver
consumerSweetTemplateMsgReceiver
;
ConsumerSweetTemplateMsgReceiver
consumerSweetTemplateMsgReceiver
;
@Autowired
@Autowired
ConsumerSweetStoneIntegralReceiver
consumerSweetStoneIntegralReceiver
;
ConsumerSweetStoneIntegralReceiver
consumerSweetStoneIntegralReceiver
;
/*------chime------*/
@Autowired
@Autowired
ConsumerChimeUserOperationLikeReceiver
consumerChimeUserOperationLikeReceiver
;
ConsumerChimeUserOperationLikeReceiver
consumerChimeUserOperationLikeReceiver
;
@Autowired
@Autowired
...
@@ -68,7 +69,7 @@ public class ConsumerCommonBizRedisStreamConfig extends RedisStreamConfig {
...
@@ -68,7 +69,7 @@ public class ConsumerCommonBizRedisStreamConfig extends RedisStreamConfig {
}
}
return
subscriptionList
;
return
subscriptionList
;
}
}
@Bean
@Bean
// 增减积分
public
List
<
Subscription
>
subscriptionSweetSqlApiStoneIntgral
(
RedisConnectionFactory
factory
)
{
public
List
<
Subscription
>
subscriptionSweetSqlApiStoneIntgral
(
RedisConnectionFactory
factory
)
{
List
<
Subscription
>
subscriptionList
=
new
ArrayList
<>();
List
<
Subscription
>
subscriptionList
=
new
ArrayList
<>();
MQConst
.
SweetQueue
stream
=
MQConst
.
SweetQueue
.
SWEET_STONE_INTEGRAL
;
MQConst
.
SweetQueue
stream
=
MQConst
.
SweetQueue
.
SWEET_STONE_INTEGRAL
;
...
@@ -176,7 +177,7 @@ public class ConsumerCommonBizRedisStreamConfig extends RedisStreamConfig {
...
@@ -176,7 +177,7 @@ public class ConsumerCommonBizRedisStreamConfig extends RedisStreamConfig {
return
subscriptionList
;
return
subscriptionList
;
}
}
@Bean
@Bean
// 增减积分
public
List
<
Subscription
>
subscriptionGoblinBizIntegral
(
RedisConnectionFactory
factory
)
{
public
List
<
Subscription
>
subscriptionGoblinBizIntegral
(
RedisConnectionFactory
factory
)
{
List
<
Subscription
>
subscriptionList
=
new
ArrayList
<>();
List
<
Subscription
>
subscriptionList
=
new
ArrayList
<>();
MQConst
.
GoblinQueue
stream
=
MQConst
.
GoblinQueue
.
BIZ_INTEGRAL
;
MQConst
.
GoblinQueue
stream
=
MQConst
.
GoblinQueue
.
BIZ_INTEGRAL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment