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

io.firebus.interfaces.ServiceProvider Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package io.firebus.interfaces;

import io.firebus.Payload;
import io.firebus.exceptions.FunctionErrorException;
import io.firebus.information.ServiceInformation;

public interface ServiceProvider extends BusFunction
{
	public Payload service(Payload payload) throws FunctionErrorException;
	
	public ServiceInformation getServiceInformation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy