Uses of Interface
dev.getelements.elements.sdk.service.topic.Topic.Subscription
Packages that use Topic.Subscription
Package
Description
-
Uses of Topic.Subscription in dev.getelements.elements.sdk.service.match
Methods in dev.getelements.elements.sdk.service.match that return Topic.Subscription -
Uses of Topic.Subscription in dev.getelements.elements.sdk.service.topic
Methods in dev.getelements.elements.sdk.service.topic that return Topic.SubscriptionModifier and TypeMethodDescriptionListens for incoming messages on thisTopic
.default Topic.Subscription
Topic.subscribeNext
(Consumer<T> consumer, Consumer<Exception> exceptionConsumer) Similar toTopic.subscribe(Consumer)
, this will subscribe to messages. -
Uses of Topic.Subscription in dev.getelements.elements.service.match
Methods in dev.getelements.elements.service.match that return Topic.Subscription