Class EsperHttpServiceBase

java.lang.Object
com.espertech.esperio.http.core.EsperHttpServiceBase
Direct Known Subclasses:
EsperHttpServiceClassic, EsperHttpServiceNIO

public abstract class EsperHttpServiceBase extends Object
  • Constructor Details

    • EsperHttpServiceBase

      public EsperHttpServiceBase(String serviceName, Service serviceConfig)
  • Method Details

    • start

      public abstract void start(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime) throws IOException
      Throws:
      IOException
    • destroy

      public abstract void destroy()
    • setupRegistry

      protected org.apache.http.protocol.HttpRequestHandlerRegistry setupRegistry(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime)
    • add

      public void add(GetHandler handler)
    • getServiceName

      public String getServiceName()
    • getServiceConfig

      public Service getServiceConfig()
    • getGetHandlers

      public List<GetHandler> getGetHandlers()