Skip to content

Files

Latest commit

 

History

History
19 lines (16 loc) · 781 Bytes

File metadata and controls

19 lines (16 loc) · 781 Bytes

Event Queue

Description

It is an event queue, and the structure is changed according to the method.

--------------------------------------------------------
|  EventQueue                                          |
|  ┣ domain                                            |
|  ┃ ┣ Post                                            |
|  ┃ ┃ ┗ queue                                         |
|  ┃ ┃ ┃ ┣ Post.ts - Managing queues per domain        |
|  ┃ ┃ ┃ ┗ config.ts - queue options                   |
|  ┃ ┗ index.ts                                        |
|  ┣ config.ts - default queue options                 |
|  ┗ index.ts                                          |
--------------------------------------------------------