Class ReceiverApi<I extends Identity>

java.lang.Object
io.continual.http.app.servers.endpoints.JsonIoEndpoint
io.continual.http.app.servers.endpoints.TypicalRestApiEndpoint<I>
io.continual.services.rcvr.ReceiverApi<I>

public class ReceiverApi<I extends Identity> extends io.continual.http.app.servers.endpoints.TypicalRestApiEndpoint<I>
Handle inbound user events.
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.continual.http.app.servers.endpoints.TypicalRestApiEndpoint

    io.continual.http.app.servers.endpoints.TypicalRestApiEndpoint.ApiHandler<I extends Identity>, io.continual.http.app.servers.endpoints.TypicalRestApiEndpoint.Authenticator<I extends Identity>, io.continual.http.app.servers.endpoints.TypicalRestApiEndpoint.ResourceAccess

    Nested classes/interfaces inherited from class io.continual.http.app.servers.endpoints.JsonIoEndpoint

    io.continual.http.app.servers.endpoints.JsonIoEndpoint.MissingInputException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final int
     
    static final String
     

    Fields inherited from class io.continual.http.app.servers.endpoints.TypicalRestApiEndpoint

    kContinualProductTag, kContinualSystemsGroup, kDefault_AuthLineHeader, kDefault_DateLineHeader, kDefault_MagicLineHeader, kSetting_AuthLineHeader, kSetting_ContinualProductTag, kSetting_DateLineHeader, kSetting_MagicLineHeader
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReceiverApi(io.continual.services.ServiceContainer sc, org.json.JSONObject prefs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    postEvents(CHttpRequestContext context, String topic, String eventStreamName)
     
    void
     

    Methods inherited from class io.continual.http.app.servers.endpoints.TypicalRestApiEndpoint

    canUser, getAcctsSvcName, getInternalAccts, getUser, handleWithApiAuth, handleWithApiAuthAndAccess, makeResource

    Methods inherited from class io.continual.http.app.servers.endpoints.JsonIoEndpoint

    readBody, readJsonObject, readJsonString, sendJson, sendJson, sendNotAuth, sendStatusCodeAndMessage, sendStatusOk, sendStatusOk, sendStatusOkNoContent

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ReceiverApi

      public ReceiverApi(io.continual.services.ServiceContainer sc, org.json.JSONObject prefs) throws io.continual.builder.Builder.BuildFailure
      Throws:
      io.continual.builder.Builder.BuildFailure
  • Method Details