setElicitationCompleteHandler

Sets the handler invoked when the server reports that a URL-mode elicitation has completed.

The handler is called for every notifications/elicitation/complete notification. Because the server only sends this for an out-of-band (URL-mode) interaction, the client must support url-mode elicitation. The client is responsible for correlating the notification's elicitationId with a pending elicitation, ignoring unknown or already-completed identifiers, and providing a manual way to continue if a notification never arrives.

Parameters

handler

Invoked with each completion notification.

Throws

if the client does not support url-mode elicitation.