-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sofia Lobenko edited this page Sep 12, 2022
·
2 revisions
th2-act-core-py
is a library for custom Act projects (check th2-act-template-py
for the implementation template).
th2-act-core
contains methods that will help to:
- create Act gRPC server,
- simply describe complex logic on how to send and receive messages (including receiving multiple messages).
Events on sended and received messages can be seen in GUI.
Multiple ActHandlers are allowed.