eclipse-uprotocol / up-java

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

Create L3 Client APIs for uSubscription Service #148

Closed stevenhartley closed 4 months ago

stevenhartley commented 4 months ago

the InMemorySubscriber was trying to implement the L2 API to start/stop receiving published events as well as the uSubscription business logic to talk uSubscription service and setup notifications. The following PR will be used to cleanup Subscriber API to focus only on L2 while moving all the uSubscription business logic into a new module dedicated for client-side L3 APIs for uSubscription service

stevenhartley commented 4 months ago

merged by #158