Interface FinalSearchQueryStep<T>

All Superinterfaces:
FinalCommandStep<SearchQueryResponse<T>>
All Known Subinterfaces:
DecisionDefinitionQuery, DecisionRequirementsQuery, FlownodeInstanceQuery, IncidentQuery, ProcessInstanceQuery, UserTaskQuery

@Deprecated public interface FinalSearchQueryStep<T> extends FinalCommandStep<SearchQueryResponse<T>>
Deprecated.
since 8.8 for removal in 8.9, replaced by FinalSearchRequestStep
  • Method Summary

    Modifier and Type
    Method
    Description
    requestTimeout(Duration requestTimeout)
    Deprecated.
    Sets the request timeout for the command.

    Methods inherited from interface io.camunda.zeebe.client.api.command.FinalCommandStep

    send