issues
search
timemates
/
rrpc-kotlin
RPC framework for Kotlin built on top of RSocket
https://rrpc.timemates.org
MIT License
9
stars
0
forks
source link
Add Java-compatible API and generation structures
#10
Open
y9vad9
opened
3 months ago
y9vad9
commented
3 months ago
TODO:
[ ] Generate services with java async types by choice (rxjava2/rxjava3 or java.concurrent)
[ ] Generate dedicated builder in classic java style for types
[ ] Review usage of value classes where it can lead to problems on Java side
TODO: