com.codingapi.tx.control.service.TransactionControlService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tx-client Show documentation
Show all versions of tx-client Show documentation
tx-client project for Spring Boot
package com.codingapi.tx.control.service;
import com.alibaba.fastjson.JSONObject;
import io.netty.channel.ChannelHandlerContext;
/**
* create by lorne on 2017/11/11
*/
public interface TransactionControlService {
void notifyTransactionMsg(ChannelHandlerContext ctx, JSONObject resObj, String json);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy