Exemplo n.º 1
0
 /// <inheritdoc cref="FollowIndexStats(Indices, System.Func{Nest6.FollowIndexStatsDescriptor,Nest6.IFollowIndexStatsRequest})" />
 public Task <IFollowIndexStatsResponse> FollowIndexStatsAsync(IFollowIndexStatsRequest request, CancellationToken cancellationToken = default) =>
 Dispatcher.DispatchAsync <IFollowIndexStatsRequest, FollowIndexStatsRequestParameters, FollowIndexStatsResponse, IFollowIndexStatsResponse>(
     request,
     cancellationToken,
     (p, d, c) => LowLevelDispatch.CcrFollowStatsDispatchAsync <FollowIndexStatsResponse>(p, c)
     );