public interface EarlyResponseSendListener
No callback should be attached before the operation is committed.
| Modifier and Type | Field and Description |
|---|---|
static OperationContext.AttachmentKey<EarlyResponseSendListener> |
ATTACHMENT_KEY
Key under which a listener would be
attached to an operation context
if notification that it's safe |
| Modifier and Type | Method and Description |
|---|---|
void |
sendEarlyResponse(OperationContext.ResultAction resultAction)
Informs the management kernel that it is ok to send an early response to the operation.
|
static final OperationContext.AttachmentKey<EarlyResponseSendListener> ATTACHMENT_KEY
attached to an operation context
if notification that it's safevoid sendEarlyResponse(OperationContext.ResultAction resultAction)
resultAction - the result of the operation for which an early response is being sentCopyright © 2018 JBoss by Red Hat. All rights reserved.