dendrite/appservice
2020-03-29 21:19:28 +05:30
..
api some changes 2020-03-29 21:19:28 +05:30
consumers some changes 2020-03-29 21:19:28 +05:30
query some changes 2020-03-29 21:19:28 +05:30
routing some changes 2020-03-29 21:19:28 +05:30
storage some changes 2020-03-29 21:19:28 +05:30
types some changes 2020-03-29 21:19:28 +05:30
workers some changes 2020-03-29 21:19:28 +05:30
appservice.go some changes 2020-03-29 21:19:28 +05:30
README.md some changes 2020-03-29 21:19:28 +05:30

Application Service

This component interfaces with external Application Services. This includes any HTTP endpoints that application services call, as well as talking to any HTTP endpoints that application services provide themselves.

Consumers

This component consumes and filters events from the Roomserver Kafka stream, passing on any necessary events to subscribing application services.