Interface AOServConnector.ResultRequest<T>

    • Method Detail

      • afterRelease

        T afterRelease()
        If both the request and response were successful, this is called after the connection to the server is released. The result is returned here so any additional processing in packaging the result may be performed after the connection is released.