IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
A GetStoredScriptRequest
requires an id
:
The following arguments can optionally be provided:
GetStoredScriptResponse getResponse = client.getScript(request, RequestOptions.DEFAULT);
The asynchronous execution of a get stored script request requires both the GetStoredScriptRequest
instance and an ActionListener
instance to be passed to the asynchronous method:
The asynchronous method does not block and returns immediately. Once it is
completed the ActionListener
is called back using the onResponse
method
if the execution successfully completed or using the onFailure
method if
it failed.
A typical listener for GetStoredScriptResponse
looks like:
The returned GetStoredScriptResponse
allows to retrieve information about the
executed operation as follows: