public interface MessageListener
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getQueues()
Returns the queues the listener wants to receive messages from.
|
void |
messageReceived(com.hpe.caf.api.worker.TaskMessage taskMessage)
Method called on a listener when a task message is received.
|
Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.