Class OnActionSentOptions<T>
java.lang.Object
com.azure.search.documents.options.OnActionSentOptions<T>
- Type Parameters:
T
- Type of the document in the action.
Options passed when
SearchClientBuilder.SearchIndexingBufferedSenderBuilder.onActionSent(Consumer)
is called.-
Constructor Summary
ConstructorsConstructorDescriptionOnActionSentOptions
(IndexAction<T> indexAction) Creates a new OnActionSentOptions object. -
Method Summary
-
Constructor Details
-
OnActionSentOptions
Creates a new OnActionSentOptions object.- Parameters:
indexAction
- Action that was sent.
-
-
Method Details
-
getIndexAction
Gets the action.- Returns:
- The action.
-