Uses of Class
org.elasticsearch.client.watcher.StartWatchServiceRequest
-
Packages that use StartWatchServiceRequest Package Description org.elasticsearch.client -
-
Uses of StartWatchServiceRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type StartWatchServiceRequest Modifier and Type Method Description AcknowledgedResponseWatcherClient. startWatchService(StartWatchServiceRequest request, RequestOptions options)Start the watch service See the docs for more.CancellableWatcherClient. startWatchServiceAsync(StartWatchServiceRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously start the watch service See the docs for more.
-