Uses of Interface
org.jenkinsci.plugins.pubsub.ChannelSubscriber
-
Packages that use ChannelSubscriber Package Description org.jenkinsci.plugins.pubsub -
-
Uses of ChannelSubscriber in org.jenkinsci.plugins.pubsub
Classes in org.jenkinsci.plugins.pubsub that implement ChannelSubscriber Modifier and Type Class Description class
AbstractChannelSubscriber
Simple asynchronousChannelSubscriber
ExtensionPoint
for Jenkins.Methods in org.jenkinsci.plugins.pubsub with parameters of type ChannelSubscriber Modifier and Type Method Description void
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.
-