Skip to content
Bwar edited this page Mar 4, 2019 · 2 revisions

  Actor is an event handler. All business logic is abstracted as event and event processing. There are four different actor types: Cmd, Module, Step, and Session. Nebula is an IoC network framework. Developers only need to be familiar with Actor-related classes. They don't need to understand the whole framework to develop distributed services. It is more efficient for application developers.

nebula actor

Clone this wiki locally