vert-x3 / vertx-rx

Reactive Extensions for Vert.x
Apache License 2.0
147 stars 72 forks source link

Adapt to Vert.x Buffer being now a data object #301

Closed vietj closed 10 months ago

vietj commented 10 months ago

Vert.x Buffer type has become a data object and therefore impacts the API by removing the wrapped Buffer types that were generated by the generators.

This updates this set of generators to reflect this change.

vietj commented 10 months ago

FYI @jponge @cescoffier