vert-x3 / vertx-service-proxy

EventBus Proxy generation
Apache License 2.0
67 stars 58 forks source link

Be able to use a Enum type as a result #28

Closed mguillet closed 9 years ago

mguillet commented 9 years ago

Documentation says that an Enum can be passed as a parameter to a method but not for a result.

I tried an got a IllegalArgumentException:

No message codec for type: class com.example.MyEnum

Any chance we can change that? Or there is a technical reason behind this choice ?

I'm running Vert.x 3.1.

Thanks!