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

com.gateway.remoting.Sender Maven / Gradle / Ivy

 
package com.gateway.remoting;

import com.gateway.message.MessageWrapper;

public interface Sender {

    String sendMessage(MessageWrapper wrapper) throws RuntimeException;

    boolean existSession(MessageWrapper wrapper) throws RuntimeException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy