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

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

The newest version!
package rt.async.pubsub

interface IResource {
	def String getClient()
	
	def void subscribe(String address)
	def void unsubscribe(String address)
	def void disconnect()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy