actions-on-google / actions-on-google-java

Java/Kotlin library for Actions on Google
Apache License 2.0
287 stars 39 forks source link

Introduce Router interface #50

Closed kkocel closed 2 years ago

kkocel commented 4 years ago

Router interface allows library users to provide their own router implementations - eg. predicate based router or their own annotations (can fix https://github.com/actions-on-google/actions-on-google-java/issues/31 for instance)

kkocel commented 2 years ago

due to sunsetting the technology I'm closing this