You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows Hilla endpoints to specify Mutiny Multi as return type for reactive endpoints.
Also introduces MutinyEndpointSubscription as a Mutiny alternative to Hilla EndpointSubscription
to provide unsubscribe callback.
Fixes#1028
For reactive endpoints, Hilla supports
Flux
type from Reactor.Quarkus comes with built-in support for Mutiny.
Consider implementing support for Mutiny
Multi
, wrapping it into aFlux
in a customEndpointInvoker
or by applying byte code enhancement.References:
https://quarkus.io/guides/mutiny-primer
The text was updated successfully, but these errors were encountered: