feat: 新增可计数的拒绝策略.

This commit is contained in:
2025-03-05 14:50:36 +08:00
parent f7e4400e37
commit af9c1c9622
6 changed files with 83 additions and 9 deletions

View File

@@ -42,8 +42,6 @@ public class MachineTest {
.build();
stateMachine.publish(PrinterEvent.TURN_ON);
stateMachine.close();
}
@Test