Uses of Interface
com.tick42.glue.core.bus.Subscription
Packages that use Subscription
-
Uses of Subscription in com.tick42.glue.core.bus
Methods in com.tick42.glue.core.bus that return types with arguments of type SubscriptionModifier and TypeMethodDescriptiondefault <T> CompletionStage<Subscription> Bus.subscribe(String topic, BusMessageHandler<T> handler) Subscribes for all messages on specified topic.Bus.subscribe(String topic, BusMessageHandler<T> handler, MessageOptions options) Subscribes for messages on specified topic and optionally routing key and/or target.