Package | Description |
---|---|
com.ibm.mqlight.api |
Non-blocking API |
com.ibm.mqlight.api.samples |
Modifier and Type | Interface and Description |
---|---|
interface |
BytesDelivery
A sub-type of delivery that is used to represent binary data being received
by the client.
|
interface |
MalformedDelivery |
interface |
StringDelivery
A sub-type of delivery that is used to represent textual data being received
by the client.
|
Modifier and Type | Method and Description |
---|---|
void |
DestinationAdapter.onMessage(NonBlockingClient client,
T context,
Delivery delivery) |
void |
DestinationListener.onMessage(NonBlockingClient client,
T context,
Delivery delivery)
Invoked to deliver a message to the client.
|
Modifier and Type | Method and Description |
---|---|
void |
Receive.Listener.onMessage(NonBlockingClient client,
Void context,
Delivery delivery) |
Copyright © 2015 International Business Machines Corporation. All rights reserved.