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

com.zandero.rest.context.ContextProvider Maven / Gradle / Ivy

The newest version!
package com.zandero.rest.context;

import io.vertx.core.http.HttpServerRequest;

/**
 *
 */
public interface ContextProvider {

	/**
	 * @param request current request
	 * @return object to be pushed into context storage
	 * @throws Throwable exception in case context can't be provided
	 */
	T provide(HttpServerRequest request) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy