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 ChannelSubscriber
All Known Implementing Classes:
AbstractChannelSubscriber
public interface
ChannelSubscriber
Author:
tom.fennelly@gmail.com
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onMessage
(
Message
message)
Consume a message.
Method Details
onMessage
void
onMessage
(@NonNull
Message
message)
Consume a message.
Parameters:
message
- The message properties.