|
Set to #blocking if all calls should be blocking, i.e. all accesses to the local attribute are blocked until the actual value is retrieved from the external object. Using a non-blocking connection triggers a socket connection for every access, and the last read (and buffered) value is returned instead of waiting for the remote object to deliver the actual value.
ActuatorClient and SensorClient are special, restricted versions of this pattern.
Pattern SensorClient Category sockets ObjectType use target Attribute use name Attribute use attribute SingleRelation use socketServer Expression implement preset blocking End