response

open override fun response(isPositiveResponse: Boolean, id: Long, senderAddress: Address)

Sends a response to a candidature.

Parameters

isPositiveResponse

Whether the response is positive or not.

id

The id of the responder.

senderAddress

The address of the sender.

Throws

If a remote access error occurs.