Delete Pipeline API
editDelete Pipeline API
editDelete Pipeline Request
editA DeletePipelineRequest
requires a pipeline id
to delete.
Optional arguments
editThe following arguments can optionally be provided:
Timeout to wait for the all the nodes to acknowledge the pipeline deletion as a |
|
Timeout to wait for the all the nodes to acknowledge the pipeline deletion as a |
Synchronous Execution
editAsynchronous Execution
editThe asynchronous execution of a delete pipeline request requires both the DeletePipelineRequest
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 WritePipelineResponse
looks like:
Delete Pipeline Response
editThe returned WritePipelineResponse
allows to retrieve information about the executed
operation as follows: