Uses of Class
io.camunda.tasklist.CamundaTaskListClientBuilder
Packages that use CamundaTaskListClientBuilder
-
Uses of CamundaTaskListClientBuilder in io.camunda.tasklist
Methods in io.camunda.tasklist that return CamundaTaskListClientBuilderModifier and TypeMethodDescriptionCamundaTaskListClientBuilder.alwaysReconnect()Deprecated, for removal: This API element is subject to removal in a future version.CamundaTaskListClientBuilder.authentication(Authentication authentication) static CamundaTaskListClientBuilderCamundaTaskListClient.builder()CamundaTaskListClientBuilder.cookieExpiration(Duration cookieExpiration) Deprecated, for removal: This API element is subject to removal in a future version.CamundaTaskListClientBuilder.saaSAuthentication(String clientId, String clientSecret) CamundaTaskListClientBuilder.selfManagedAuthentication(String clientId, String clientSecret, String keycloakUrl) CamundaTaskListClientBuilder.selfManagedAuthentication(String clientId, String clientSecret, String audience, String keycloakUrl) CamundaTaskListClientBuilder.selfManagedAuthentication(String clientId, String clientSecret, String audience, String scope, String authUrl) CamundaTaskListClientBuilder.shouldLoadTruncatedVariables()CamundaTaskListClientBuilder.shouldReturnVariables()Default behaviour will be to get variables along with tasks.CamundaTaskListClientBuilder.taskListUrl(String taskListUrl) CamundaTaskListClientBuilder.useZeebeUserTasks()Enable when using zeebe user tasks (only relevant for >8.5).CamundaTaskListClientBuilder.zeebeClient(io.camunda.zeebe.client.ZeebeClient zeebeClient)