finos / spring-bot

Spring Boot + Java Integration for Symphony/Teams Chat Platform Bots and Apps
https://springbot.finos.org
Apache License 2.0
60 stars 35 forks source link

Addressable #174

Closed robmoffat closed 3 years ago

robmoffat commented 3 years ago

Addressable should have some kind of send method that allows you to send things to that addressable.

Maybe like this:


public interface Addressable {

    public void send(Response r);
}

Also we should introduce SymphonyAddressable for destinations in Symphony.