public abstract class EsperHttpServiceBase extends Object
Constructor and Description |
---|
EsperHttpServiceBase(String serviceName,
Service serviceConfig) |
Modifier and Type | Method and Description |
---|---|
void |
add(GetHandler handler) |
abstract void |
destroy() |
List<GetHandler> |
getGetHandlers() |
Service |
getServiceConfig() |
String |
getServiceName() |
protected org.apache.http.protocol.HttpRequestHandlerRegistry |
setupRegistry(com.espertech.esper.core.service.EPServiceProviderSPI engineSPI) |
abstract void |
start(com.espertech.esper.core.service.EPServiceProviderSPI engine) |
public abstract void start(com.espertech.esper.core.service.EPServiceProviderSPI engine) throws IOException
IOException
public abstract void destroy()
protected org.apache.http.protocol.HttpRequestHandlerRegistry setupRegistry(com.espertech.esper.core.service.EPServiceProviderSPI engineSPI)
public void add(GetHandler handler)
public String getServiceName()
public Service getServiceConfig()
public List<GetHandler> getGetHandlers()