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

org.zbus.client.rpc.ServiceHandler Maven / Gradle / Ivy

The newest version!
package org.zbus.client.rpc; 

import org.zbus.remoting.Message;

public interface ServiceHandler { 
	public Message handleRequest(Message request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy