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

com.guicedee.guicedservlets.websockets.services.IWebSocketPreConfiguration Maven / Gradle / Ivy

package com.guicedee.guicedservlets.websockets.services;

import com.guicedee.guicedinjection.interfaces.IDefaultService;
import com.guicedee.guicedinjection.interfaces.IServiceEnablement;

/**
 * A service for JWebMPWebSockets to configure app servers
 */
public interface IWebSocketPreConfiguration>
		extends IDefaultService, IServiceEnablement
{
	void configure();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy