Class BeaconsHttpServiceV1

java.lang.Object
org.pipservices3.rpc.services.RestService
org.pipservices3.rpc.services.CommandableHttpService
org.pipservices3.beacons.service.services.BeaconsHttpServiceV1
All Implemented Interfaces:
org.pipservices3.commons.config.IConfigurable, org.pipservices3.commons.refer.IReferenceable, org.pipservices3.commons.refer.IUnreferenceable, org.pipservices3.commons.run.IClosable, org.pipservices3.commons.run.IOpenable, org.pipservices3.rpc.services.IRegisterable

public class BeaconsHttpServiceV1 extends org.pipservices3.rpc.services.CommandableHttpService
  • Field Summary

    Fields inherited from class org.pipservices3.rpc.services.CommandableHttpService

    _commandSet, _swaggerAuto

    Fields inherited from class org.pipservices3.rpc.services.RestService

    _baseRoute, _config, _counters, _dependencyResolver, _endpoint, _logger, _swaggerEnable, _swaggerRoute, _swaggerService, _tracer, _url
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.pipservices3.rpc.services.CommandableHttpService

    configure, register, setReferences

    Methods inherited from class org.pipservices3.rpc.services.RestService

    close, getBodyAsJson, getBodyAsString, getCorrelationId, getQueryParameter, instrument, isOpen, open, registerInterceptor, registerOpenApiSpec, registerOpenApiSpecFromFile, registerRoute, registerRoute, registerRouteWithAuth, sendCreatedResult, sendDeletedResult, sendEmptyResult, sendError, sendResult, unsetReferences

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BeaconsHttpServiceV1

      public BeaconsHttpServiceV1()