inspectRequest property

bool inspectRequest
final

Indicates whether the contents of the incoming message should be inspected by Squadron before sending the request to the worker. By default, incoming messages are not inspected except for the startup message. The purpose of message inspection is to detect non-base-type data that require transfer of ownership to the target worker. E.g. if the request data include a Channel object, inspectRequest must be set to true.

Implementation

final bool inspectRequest;