Package | Description |
---|---|
com.ibm.mqlight.api |
Non-blocking API |
Modifier and Type | Field and Description |
---|---|
protected static SendOptions |
NonBlockingClient.defaultSendOptions |
Modifier and Type | Method and Description |
---|---|
SendOptions |
SendOptions.SendOptionsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
abstract <T> boolean |
NonBlockingClient.send(String topic,
ByteBuffer data,
Map<String,Object> properties,
SendOptions sendOptions,
CompletionListener<T> listener,
T context)
Sends a
ByteBuffer to a topic. |
abstract <T> boolean |
NonBlockingClient.send(String topic,
Object json,
Map<String,Object> properties,
SendOptions sendOptions,
CompletionListener<T> listener,
T context)
Sends a JSON object to a topic.
|
abstract <T> boolean |
NonBlockingClient.send(String topic,
Object json,
Type type,
Map<String,Object> properties,
SendOptions sendOptions,
CompletionListener<T> listener,
T context)
Sends a JSON object to a topic.
|
abstract <T> boolean |
NonBlockingClient.send(String topic,
String data,
Map<String,Object> properties,
SendOptions sendOptions,
CompletionListener<T> listener,
T context)
Sends a string message to a topic.
|
abstract <T> boolean |
NonBlockingClient.sendJson(String topic,
String json,
Map<String,Object> properties,
SendOptions sendOptions,
CompletionListener<T> listener,
T context)
Sends a String containing JSON data to a topic.
|
Copyright © 2015 International Business Machines Corporation. All rights reserved.