All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codingapi.tx.control.service.TransactionControlService Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
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