Class SearchClientBuilder.SearchIndexingBufferedSenderBuilder<T>

java.lang.Object
com.azure.search.documents.SearchClientBuilder.SearchIndexingBufferedSenderBuilder<T>
Type Parameters:
T - The type of the document that the buffered sender will use.
Enclosing class:
SearchClientBuilder

public final class SearchClientBuilder.SearchIndexingBufferedSenderBuilder<T> extends Object
This class provides a fluent builder API to help aid the configuration and instantiation of SearchIndexingBufferedSenders and SearchIndexingBufferedAsyncSenders. Call buildSender() and buildAsyncSender() respectively to construct an instance of the desired sender.
See Also: