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 TypeClassDescriptionclass
Simple asynchronousChannelSubscriber
ExtensionPoint
for Jenkins.Methods in org.jenkinsci.plugins.pubsub with parameters of type ChannelSubscriberModifier and TypeMethodDescriptionvoid
PubsubBus.subscribe
(String channelName, ChannelSubscriber subscriber, Authentication authentication, EventFilter eventFilter) Deprecated.void
GuavaPubsubBus.subscribe2
(String channelName, ChannelSubscriber subscriber, org.springframework.security.core.Authentication authentication, EventFilter eventFilter) void
PubsubBus.subscribe2
(String channelName, ChannelSubscriber subscriber, org.springframework.security.core.Authentication authentication, EventFilter eventFilter) Subscribe to events on the specified event channel.void
GuavaPubsubBus.unsubscribe
(String channelName, ChannelSubscriber subscriber) abstract void
PubsubBus.unsubscribe
(String channelName, ChannelSubscriber subscriber) Unsubscribe from events on the specified event channel.