Uses of Class
co.yellowdog.platform.clients.serversentevents.Subscription
Packages that use Subscription
Package
Description
Contains the base types and manager for the client side of the Server Sent Events function used in YellowDog Services.
-
Uses of Subscription in co.yellowdog.platform.clients.serversentevents
Methods in co.yellowdog.platform.clients.serversentevents that return SubscriptionModifier and TypeMethodDescriptionstatic <T extends Serializable>
Subscription<T> Subscription.subscribeTo
(SubscriptionEventListener<T> listener, Function<SubscriptionEventListener<T>, CompletableFuture<?>> producer) Constructor parameters in co.yellowdog.platform.clients.serversentevents with type arguments of type SubscriptionModifierConstructorDescriptionSubscriptionManager
(BiFunction<String, SubscriptionEventListener<T>, Subscription<T>> subscriptionProvider) -
Uses of Subscription in co.yellowdog.platform.clients.web
Methods in co.yellowdog.platform.clients.web that return SubscriptionModifier and TypeMethodDescription<T extends Serializable>
Subscription<T> AbstractHttpRequestBuilder.subscribeToJson
(@NonNull Class<T> responseClass, @NonNull SubscriptionEventListener<T> handler)