Uses of Interface
org.jenkinsci.plugins.pubsub.ChannelSubscriber
Packages that use ChannelSubscriber
-
Uses of ChannelSubscriber in org.jenkinsci.plugins.pubsub
Classes in org.jenkinsci.plugins.pubsub that implement ChannelSubscriberModifier and TypeClassDescriptionclassSimple asynchronousChannelSubscriberExtensionPointfor Jenkins.Methods in org.jenkinsci.plugins.pubsub with parameters of type ChannelSubscriberModifier and TypeMethodDescriptionvoidPubsubBus.subscribe(String channelName, ChannelSubscriber subscriber, Authentication authentication, EventFilter eventFilter) Deprecated.voidGuavaPubsubBus.subscribe2(String channelName, ChannelSubscriber subscriber, org.springframework.security.core.Authentication authentication, EventFilter eventFilter) voidPubsubBus.subscribe2(String channelName, ChannelSubscriber subscriber, org.springframework.security.core.Authentication authentication, EventFilter eventFilter) Subscribe to events on the specified event channel.voidGuavaPubsubBus.unsubscribe(String channelName, ChannelSubscriber subscriber) abstract voidPubsubBus.unsubscribe(String channelName, ChannelSubscriber subscriber) Unsubscribe from events on the specified event channel.