com.codingapi.tx.netty.service.NettyService 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.netty.service;
/**
* Created by lorne on 2017/6/30.
*/
public interface NettyService {
void start();
void close();
boolean checkState();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy