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 Detail
-
publish
void publish(@NonNull Message message)
Publish a message on the channel.- Parameters:
message
- The message properties.
-
-