Uses of Class
dev.hilla.EndpointSubscription
-
Packages that use EndpointSubscription Package Description dev.hilla -
-
Uses of EndpointSubscription in dev.hilla
Methods in dev.hilla that return EndpointSubscription Modifier and Type Method Description static <T> EndpointSubscription<T>EndpointSubscription. of(reactor.core.publisher.Flux<T> flux, Runnable onDisconnect)Creates a new endpoint subscription.
-