dendrite/appservice
Benedikt Bongartz 41c79e6086
Remove gb support
Signed-off-by: Benedikt Bongartz <benne@klimlive.de>
2019-05-18 03:37:04 +02:00
..
api Remove gb support 2019-05-18 03:37:04 +02:00
consumers Remove gb support 2019-05-18 03:37:04 +02:00
query Remove gb support 2019-05-18 03:37:04 +02:00
routing Remove gb support 2019-05-18 03:37:04 +02:00
storage Remove gb support 2019-05-18 03:37:04 +02:00
types Remove gb support 2019-05-18 03:37:04 +02:00
workers Remove gb support 2019-05-18 03:37:04 +02:00
appservice.go Remove gb support 2019-05-18 03:37:04 +02:00
README.md Remove gb support 2019-05-18 03:37:04 +02: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.