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 Detail
-
onMessage
void onMessage(@NonNull Message message)
Consume a message.- Parameters:
message
- The message properties.
-
-