Uses of Interface
org.jenkinsci.plugins.pubsub.ChannelPublisher
-
Packages that use ChannelPublisher Package Description org.jenkinsci.plugins.pubsub -
-
Uses of ChannelPublisher in org.jenkinsci.plugins.pubsub
Methods in org.jenkinsci.plugins.pubsub that return ChannelPublisher Modifier and Type Method Description protected ChannelPublisher
GuavaPubsubBus. publisher(String channelName)
protected abstract ChannelPublisher
PubsubBus. publisher(String channelName)
Get/create a newChannelPublisher
instance for the specified channel name.
-