Skip to content

Latest commit

 

History

History
executable file
·
12 lines (7 loc) · 437 Bytes

File metadata and controls

executable file
·
12 lines (7 loc) · 437 Bytes

REQUEST State Machine

request

Basic request example

  • Retries on error or timeout
  • ERROR on max retries/timeouts reached

Demonstrates basic and most useful functionality of Active Object with FSM.

FSM transitions presented in a compact & readable way - Transitions table. Implementing Mealy machine with guards functionality for max retries.