Modifier and Type | Method and Description |
---|---|
ResultCodes.GenericResult |
PushMessage.confirm()
Sends CONFIRM message to the broker that affirms the receiving of this message.
|
ResultCodes.GenericResult |
ResultCodes.GenericResult.getGeneralResult() |
ResultCodes.GenericResult |
ResultCodes.OpenQueueResult.getGeneralResult() |
ResultCodes.GenericResult |
ResultCodes.ConfigureQueueResult.getGeneralResult() |
ResultCodes.GenericResult |
ResultCodes.CloseQueueResult.getGeneralResult() |
ResultCodes.GenericResult |
ResultCodes.AckResult.getGeneralResult() |
ResultCodes.GenericResult |
ResultCodes.GenericCode.getGeneralResult() |
ResultCodes.GenericResult |
SessionEvent.StartStatus.result()
Returns a result of the
AbstractSession.startAsync(java.time.Duration) operation. |
ResultCodes.GenericResult |
SessionEvent.StopStatus.result()
Returns a result of the
AbstractSession.stopAsync(java.time.Duration) operation. |
static ResultCodes.GenericResult |
ResultCodes.GenericResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultCodes.GenericResult[] |
ResultCodes.GenericResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Bloomberg L.P.. All rights reserved.