public interface QueueSender<K extends Serializable,V extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
void |
sendMessage(QueueMessage<K,V> message) |
void |
sendMessage(QueueMessage<K,V> message,
boolean async) |
void sendMessage(QueueMessage<K,V> message)
void sendMessage(QueueMessage<K,V> message, boolean async)
Copyright © 2023. All rights reserved.