Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3656 from LiskHQ/3156-update-controller-readme
Browse files Browse the repository at this point in the history
Remove first paragraph - Closes #3156
  • Loading branch information
MaciejBaj authored May 21, 2019
2 parents f085ad0 + 9f161bf commit 2b3c4ef
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions framework/src/controller/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Controller

## Description

The controller is a parent process, that is responsible for managing every user interaction with each [component](../components/README.md) and [module](../modules/README.md) of the framework.
E.g. restarting the node, launching a rebuild verification process, etc.

The controller is responsible for initialization of the infrastructure-level components.
The controller also initializes each module separately.
If any module is configured to load as a child process, then it is the controller's responsibility to do so.
The controller is responsible for initialization the communication bus and any other dependencies required to load the modules. If any module is configured to load as a child process, then it is the controller's responsibility to do so.
The controller defines a set of events, that each component can subscribe to:

### Default Events & Actions
Expand Down

0 comments on commit 2b3c4ef

Please sign in to comment.