Annotation Interface LivenessPriority


@Retention(RUNTIME) @Target(METHOD) public @interface LivenessPriority
Indicates this operation should receive highest priority, which means it should happen even if the regular lrmi thread pool is exausted and the MonitoringPriority resources are exausted. This should be put on operations that without them the system may cause false liveness checks error and will start with its failover process.
Since:
9.0
Author:
eitany