alepar / netty-rpc

simplistic non-blocking rpc over netty
6 stars 3 forks source link

validate interface on registering it in rpc client/server #9

Closed alepar closed 12 years ago

alepar commented 12 years ago

not when trying to use the method

shud be configurable for legacy interfaces?

alepar commented 12 years ago

decided not to make it confgurable in case you need to call legacy non-serializable interface you have no control over remotely - just write an adapter, limiting number of methods to serializable, or even manually marshalling/unmarshalling params.