Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.
Can we have MainApiException extend RuntimeException instead of Exception?
This would make them RxJava friendly, as we wouldn't need to wrap them into a unchecked exception before throwing.
Can we have MainApiException extend RuntimeException instead of Exception? This would make them RxJava friendly, as we wouldn't need to wrap them into a unchecked exception before throwing.
Thanks.