public final class RejectedPolicies extends Object
| Constructor and Description |
|---|
RejectedPolicies() |
| Modifier and Type | Method and Description |
|---|---|
static RejectedExecutionHandler |
runsOldestTaskPolicy()
when rejected happened ,add the new task and run the oldest task
|
public static RejectedExecutionHandler runsOldestTaskPolicy()
Copyright © 2023 Seata. All rights reserved.