Class OnActionSucceededOptions<T>
java.lang.Object
com.azure.search.documents.options.OnActionSucceededOptions<T>
- Type Parameters:
T
- Type of the document in the action.
Options passed when
SearchClientBuilder.SearchIndexingBufferedSenderBuilder.onActionSucceeded(Consumer)
is
called.-
Constructor Summary
ConstructorsConstructorDescriptionOnActionSucceededOptions
(IndexAction<T> indexAction) Creates a new OnActionSucceededOptions object. -
Method Summary
-
Constructor Details
-
OnActionSucceededOptions
Creates a new OnActionSucceededOptions object.- Parameters:
indexAction
- The action that successfully completed indexing.
-
-
Method Details
-
getIndexAction
Gets the action.- Returns:
- The action.
-