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

io.highlight.sdk.common.HighlightSessionId Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package io.highlight.sdk.common;

/**
 * The HighlightSessionId defines a method to retrieve a sessionId witch
 * represents a currently session.
 */
public interface HighlightSessionId {

	/**
	 * Returns the current sessionId.
	 * 
	 * @return the sessionId as a string
	 */
	String sessionId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy