Package | Description |
---|---|
org.keycloak.cluster |
Modifier and Type | Method and Description |
---|---|
static <T> ExecutionResult<T> |
ExecutionResult.executed(T result) |
<T> ExecutionResult<T> |
ClusterProvider.executeIfNotExecuted(String taskKey,
int taskTimeoutInSeconds,
Callable<T> task)
Execute given task just if it's not already in progress (either on this or any other cluster node).
|
static <T> ExecutionResult<T> |
ExecutionResult.notExecuted() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.