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

osgi.enroute.eventadminserversentevents.capabilities.EventAdminServerSentEventsConstants Maven / Gradle / Ivy

Go to download

Provides a mapping from Event Admin events to Javascript Server Side Events (SSE). This bundle registers under /sse/1, the remaining path is treated as the topic. It will then send all matching events to the browser through SSE. The type of the event is org.osgi.service.eventadmin;topic=%s, the data payload is a JSON representation of the event properties.

The newest version!
package osgi.enroute.eventadminserversentevents.capabilities;

/**
 * Configurer Specification constants
 */
public interface EventAdminServerSentEventsConstants {
	/**
	 * Name
	 */
	String	EVENT_ADMIN_SERVER_SENT_EVENTS_WEB_RESOURCE_VERSION	= "1.0.0";

	/**
	 *
	 */
	String	EVENT_ADMIN_SERVER_SENT_EVENTS_WEB_RESOURCE_PATH	= "/osgi/enroute/easse";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy