TibrvCmListener.isExplicitConfirm()

Method

Declaration

boolean isExplicitConfirm()

Purpose

Test whether this listener expects explicit confirmation of delivery.

Remarks

The default behavior of certified listeners is to automatically confirm delivery when the callback method returns (see TibrvMsgCallback.onMsg()). TibrvCmListener.setExplicitConfirm() selectively overrides this behavior for this specific listener (without affecting other listeners).

See Also

TibrvCmListener

TibrvMsgCallback.onMsg()

TibrvCmListener.confirmMsg()

TibrvCmListener.setExplicitConfirm()