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

io.firebus.adapters.http.Handler Maven / Gradle / Ivy

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


import io.firebus.Firebus;
import io.firebus.utils.DataMap;

public abstract class Handler
{
	protected DataMap handlerConfig;
	protected Firebus firebus;
	
	public Handler(DataMap c, Firebus fb)
	{
		handlerConfig = c;
		firebus = fb;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy