public class MessagingBrokerQueueListener extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
MessagingBrokerQueueListener.MessageAccess |
Constructor and Description |
---|
MessagingBrokerQueueListener(MessagingService service,
String queueName,
MessageQueue queue,
CdsRuntime runtime) |
Modifier and Type | Method and Description |
---|---|
String |
getQueueName() |
void |
receivedMessage(MessagingBrokerQueueListener.MessageAccess message) |
public MessagingBrokerQueueListener(MessagingService service, String queueName, MessageQueue queue, CdsRuntime runtime)
public String getQueueName()
public void receivedMessage(MessagingBrokerQueueListener.MessageAccess message)
Copyright © 2023. All rights reserved.