JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.jenkinsci.plugins.pubsub
Interface ChannelPublisher
public interface
ChannelPublisher
Author:
tom.fennelly@gmail.com
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
publish
(
Message
message)
Publish a message on the channel.
Method Details
publish
void
publish
(@NonNull
Message
message)
Publish a message on the channel.
Parameters:
message
- The message properties.