Modifier and Type | Interface and Description |
---|---|
static interface |
ResultCodes.OperationResultCode<RESULT extends ResultCodes.GenericCode> |
Modifier and Type | Interface and Description |
---|---|
static interface |
ResultCodes.AckCode |
static interface |
ResultCodes.CloseQueueCode |
static interface |
ResultCodes.ConfigureQueueCode |
static interface |
ResultCodes.OpenQueueCode |
static interface |
ResultCodes.OperationResultCode<RESULT extends ResultCodes.GenericCode> |
Modifier and Type | Class and Description |
---|---|
static class |
ResultCodes.AckResult |
static class |
ResultCodes.CloseQueueResult |
static class |
ResultCodes.ConfigureQueueResult |
static class |
ResultCodes.GenericResult |
static class |
ResultCodes.OpenQueueResult |
Modifier and Type | Method and Description |
---|---|
ResultCodes.GenericCode |
BMQException.code() |
ResultCodes.GenericCode |
QueueControlEvent.result()
Returns a result of the asynchronous operation.
|
Modifier and Type | Method and Description |
---|---|
static ResultCodes.OpenQueueResult |
ResultCodes.OpenQueueResult.upcast(ResultCodes.GenericCode code) |
static ResultCodes.ConfigureQueueResult |
ResultCodes.ConfigureQueueResult.upcast(ResultCodes.GenericCode code) |
static ResultCodes.CloseQueueResult |
ResultCodes.CloseQueueResult.upcast(ResultCodes.GenericCode code) |
Constructor and Description |
---|
BMQException(Exception ex,
ResultCodes.GenericCode code) |
BMQException(String message,
ResultCodes.GenericCode code) |
BMQException(String message,
Throwable cause,
ResultCodes.GenericCode code) |
Copyright © 2023 Bloomberg L.P.. All rights reserved.