Package | Description |
---|---|
org.bounce.message |
Modifier and Type | Method and Description |
---|---|
void |
Distributor.distribute(Message message)
Asks the publishers to publish the message.
|
void |
Subscriber.handle(Message message)
Handles the supplied message.
|
void |
Publisher.publish(Message message)
Called when the message needs to be published.
|
void |
DefaultPublisher.publish(Message message)
Called when the message needs to be published.
|
Copyright © 2002-2013 Edwin Dankert. All Rights Reserved.