Package | Description |
---|---|
com.ibm.mqlight.api |
Non-blocking API |
Modifier and Type | Class and Description |
---|---|
class |
StartingException
A type of
StateException to indicate that the client is currently starting when a request to stop was made. |
class |
StoppedException
A type of
StateException to indicate that the client is in the stopping or stopped state which is not appropriate
to perform the requested operation. |
class |
SubscribedException
A type of
StateException to indicate that the client is attempting to subscribe to a destination for which the client is already subscribed. |
class |
UnsubscribedException
A type of
StateException to indicate that the client is attempting to unsubscribe from a destination for which the client is not already subscribed. |
Modifier and Type | Method and Description |
---|---|
void |
Delivery.confirm()
Confirms receipt of this delivery.
|
Copyright © 2015 International Business Machines Corporation. All rights reserved.