eclipse-uprotocol / up-java

uProtocol Language Specific Library for Java
Apache License 2.0
9 stars 14 forks source link

Add support for passing subscription timeout to Subscriber interface #157

Open stevenhartley opened 3 months ago

stevenhartley commented 3 months ago

SubscribeAttributes has a field called ttl that can indicate when a subscription has timed out so we need a way to pass this and potentially future attributes to the Subscriber::subscribe() API.