Class HttpObjectCallback

    • Constructor Detail

      • HttpObjectCallback

        public HttpObjectCallback()
    • Method Detail

      • getClientId

        public String getClientId()
      • withClientId

        public HttpObjectCallback withClientId​(String clientId)
        The client id of the web socket client that will handle the callback

        The client id must be for client with an open web socket, if no client is found with id a 404 response will be returned

        Parameters:
        clientId - client id of the web socket client that will handle the callback