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

com.gateway.invoke.ApiProxy Maven / Gradle / Ivy

 
package com.gateway.invoke;

import com.gateway.connector.proto.Proto;
import com.gateway.connector.tcp.client.IMessage;
import com.gateway.message.MessageWrapper;
import com.gateway.message.SystemMessage;

public interface ApiProxy {

    MessageWrapper invoke(SystemMessage sMsg, Proto message);
    MessageWrapper invokeAsync(SystemMessage sMsg, Proto message,IMessage callback);

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy