dendrite/appservice
2018-11-12 20:38:12 +01:00
..
api moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00
consumers moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00
query moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00
routing moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00
storage moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00
types moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00
workers moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00
appservice.go moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00
README.md moved sources to basedir to enable compiling with standard tools 2018-11-12 20:38:12 +01:00

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.