Skip to content

Revisit the MutinyGenerator Api #1741

Closed
@DavideD

Description

@DavideD

Currently, MutinyGenerator#generator looks like this:

public abstract Uni<Object> generate(...);

I think it should be Uni<?> to avoid the need of additional casts or conversions.

See quarkusio/quarkus#32665 (comment)

Metadata

Metadata

Assignees

Labels

designA design or implementation issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions