SHA256
5 lines
118 B
Java
5 lines
118 B
Java
package shine.agent.botcoder.queue;
|
|
|
|
public record FailureResult(boolean willRetry, int attempts, int maxRetries) {
|
|
}
|