
com.jwebmp.websockets.services.IWebSocketPreConfiguration Maven / Gradle / Ivy
package com.jwebmp.websockets.services;
import com.jwebmp.guicedinjection.interfaces.IDefaultService;
import com.jwebmp.guicedinjection.interfaces.IServiceEnablement;
/**
* A service for JWebMPWebSockets to configure app servers
*/
public interface IWebSocketPreConfiguration>
extends IDefaultService, IServiceEnablement
{
void configure();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy