Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
cf1387fd
Commit
cf1387fd
authored
Jul 29, 2021
by
terrfly
Browse files
变更文件site
parent
adba7f7e
Changes
284
Hide whitespace changes
Inline
Side-by-side
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/constant/MQSendTypeEnum.java
View file @
cf1387fd
...
@@ -18,7 +18,7 @@ package com.jeequan.jeepay.components.mq.constant;
...
@@ -18,7 +18,7 @@ package com.jeequan.jeepay.components.mq.constant;
/**
/**
* 定义MQ消息类型
* 定义MQ消息类型
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/23 16:49
* @date 2021/7/23 16:49
*/
*/
public
enum
MQSendTypeEnum
{
public
enum
MQSendTypeEnum
{
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/constant/MQVenderCS.java
View file @
cf1387fd
...
@@ -19,7 +19,7 @@ package com.jeequan.jeepay.components.mq.constant;
...
@@ -19,7 +19,7 @@ package com.jeequan.jeepay.components.mq.constant;
* MQ 厂商定义类
* MQ 厂商定义类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/23 16:50
* @date 2021/7/23 16:50
*/
*/
public
class
MQVenderCS
{
public
class
MQVenderCS
{
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/executor/MqThreadExecutor.java
View file @
cf1387fd
...
@@ -27,7 +27,7 @@ import java.util.concurrent.ThreadPoolExecutor;
...
@@ -27,7 +27,7 @@ import java.util.concurrent.ThreadPoolExecutor;
* MQ 线程池配置
* MQ 线程池配置
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:33
* @date 2021/6/8 17:33
*/
*/
@Configuration
@Configuration
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/model/AbstractMQ.java
View file @
cf1387fd
...
@@ -21,7 +21,7 @@ import com.jeequan.jeepay.components.mq.constant.MQSendTypeEnum;
...
@@ -21,7 +21,7 @@ import com.jeequan.jeepay.components.mq.constant.MQSendTypeEnum;
* 定义MQ消息格式
* 定义MQ消息格式
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 15:33
* @date 2021/7/22 15:33
*/
*/
public
abstract
class
AbstractMQ
{
public
abstract
class
AbstractMQ
{
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/model/CleanMchLoginAuthCacheMQ.java
View file @
cf1387fd
...
@@ -30,7 +30,7 @@ import java.util.List;
...
@@ -30,7 +30,7 @@ import java.util.List;
* 业务场景: [ 清除商户登录信息 ]
* 业务场景: [ 清除商户登录信息 ]
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 15:25
* @date 2021/7/22 15:25
*/
*/
@Data
@Data
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/model/PayOrderMchNotifyMQ.java
View file @
cf1387fd
...
@@ -29,7 +29,7 @@ import lombok.NoArgsConstructor;
...
@@ -29,7 +29,7 @@ import lombok.NoArgsConstructor;
* 业务场景: [ 支付订单的商户通知消息 ]
* 业务场景: [ 支付订单的商户通知消息 ]
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 15:25
* @date 2021/7/22 15:25
*/
*/
@Data
@Data
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/model/PayOrderReissueMQ.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
...
@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
* 业务场景: [ 支付订单补单(一般用于没有回调的接口,比如微信的条码支付) ]
* 业务场景: [ 支付订单补单(一般用于没有回调的接口,比如微信的条码支付) ]
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 15:25
* @date 2021/7/22 15:25
*/
*/
@Data
@Data
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/model/ResetAppConfigMQ.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
...
@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
* 业务场景: [ 更新系统配置参数 ]
* 业务场景: [ 更新系统配置参数 ]
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 15:25
* @date 2021/7/22 15:25
*/
*/
@Data
@Data
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/model/ResetIsvMchAppInfoConfigMQ.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
...
@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
* 业务场景: [ 更新服务商/商户/商户应用配置信息 ]
* 业务场景: [ 更新服务商/商户/商户应用配置信息 ]
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 15:25
* @date 2021/7/22 15:25
*/
*/
@Data
@Data
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/IMQMsgReceiver.java
View file @
cf1387fd
...
@@ -19,7 +19,7 @@ package com.jeequan.jeepay.components.mq.vender;
...
@@ -19,7 +19,7 @@ package com.jeequan.jeepay.components.mq.vender;
* MQ 消息接收器 接口定义
* MQ 消息接收器 接口定义
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/21 16:09
* @date 2021/7/21 16:09
*/
*/
public
interface
IMQMsgReceiver
{
public
interface
IMQMsgReceiver
{
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/IMQSender.java
View file @
cf1387fd
...
@@ -21,7 +21,7 @@ import com.jeequan.jeepay.components.mq.model.AbstractMQ;
...
@@ -21,7 +21,7 @@ import com.jeequan.jeepay.components.mq.model.AbstractMQ;
* MQ 消息发送器 接口定义
* MQ 消息发送器 接口定义
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/21 16:09
* @date 2021/7/21 16:09
*/
*/
public
interface
IMQSender
{
public
interface
IMQSender
{
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/activemq/ActiveMQConfig.java
View file @
cf1387fd
...
@@ -35,7 +35,7 @@ import java.util.concurrent.ConcurrentHashMap;
...
@@ -35,7 +35,7 @@ import java.util.concurrent.ConcurrentHashMap;
* activeMQ的配置项
* activeMQ的配置项
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/23 16:51
* @date 2021/7/23 16:51
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/activemq/ActiveMQSender.java
View file @
cf1387fd
...
@@ -30,7 +30,7 @@ import javax.jms.TextMessage;
...
@@ -30,7 +30,7 @@ import javax.jms.TextMessage;
* activeMQ 消息发送器的实现
* activeMQ 消息发送器的实现
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/23 16:52
* @date 2021/7/23 16:52
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/activemq/receive/CleanMchLoginAuthCacheActiveMQReceiver.java
View file @
cf1387fd
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
* 业务: 清除商户登录信息
* 业务: 清除商户登录信息
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/activemq/receive/PayOrderMchNotifyActiveMQReceiver.java
View file @
cf1387fd
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
* 业务: 支付订单商户通知
* 业务: 支付订单商户通知
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/activemq/receive/PayOrderReissueActiveMQReceiver.java
View file @
cf1387fd
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
...
@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
* 业务: 支付订单补单(一般用于没有回调的接口,比如微信的条码支付)
* 业务: 支付订单补单(一般用于没有回调的接口,比如微信的条码支付)
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/activemq/receive/ResetAppConfigActiveMQReceiver.java
View file @
cf1387fd
...
@@ -30,7 +30,7 @@ import org.springframework.stereotype.Component;
...
@@ -30,7 +30,7 @@ import org.springframework.stereotype.Component;
* 业务: 更新系统配置参数
* 业务: 更新系统配置参数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/activemq/receive/ResetIsvMchAppInfoActiveMQReceiver.java
View file @
cf1387fd
...
@@ -30,7 +30,7 @@ import org.springframework.stereotype.Component;
...
@@ -30,7 +30,7 @@ import org.springframework.stereotype.Component;
* 业务: 更新服务商/商户/商户应用配置信息;
* 业务: 更新服务商/商户/商户应用配置信息;
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rabbitmq/RabbitMQBeanProcessor.java
View file @
cf1387fd
...
@@ -37,7 +37,7 @@ import java.util.Map;
...
@@ -37,7 +37,7 @@ import java.util.Map;
* 4. 动态配置RabbitMQ所需的bean。
* 4. 动态配置RabbitMQ所需的bean。
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/23 16:27
* @date 2021/7/23 16:27
*/
*/
@Configuration
@Configuration
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rabbitmq/RabbitMQConfig.java
View file @
cf1387fd
...
@@ -38,7 +38,7 @@ import java.util.Set;
...
@@ -38,7 +38,7 @@ import java.util.Set;
* 3. 将Queue模式绑定到延时消息的交换机
* 3. 将Queue模式绑定到延时消息的交换机
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/23 16:33
* @date 2021/7/23 16:33
*/
*/
@Component
@Component
...
...
Prev
1
2
3
4
5
…
15
Next
Write
Preview
Supports
Markdown
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