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

com.gateway.connector.tcp.server.ApiProxy Maven / Gradle / Ivy

package com.gateway.connector.tcp.server;

import java.util.concurrent.ExecutorService;

import com.gateway.connector.proto.Proto;

public interface ApiProxy {
	ExecutorService getExecutorService();
	ConnectorManager getConnectorManager();
	MessageWrapper invoke(SystemMessage sMsg, Proto message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy