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

rt.async.pubsub.IPublisher.xtend Maven / Gradle / Ivy

package rt.async.pubsub

interface IPublisher {
	def void publish(String address, String cmd, Object result)
	def void publish(String address, String service, String cmd, Object result)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy