@FunctionalInterface public interface MessagingCloseCompletion
The MessagingCompletion callback interface used for acknowledging the completion of a messaging operation.
Modifier and Type | Method and Description |
---|---|
void |
complete()
Acknowledges completion of the close operation.
|