ReplicatorSettings.isRequireServiceAck 方法
定义
Prevents the optimistic acknowledgment of operations in non-persistent services by requiring that the service calls acknowledge() before it pumps the next operation.
Remarks:Non-persistent services which require explicit acknowledgment can set this property to True in order to prevent optimistic acknowledgment of the operations by the Replicator. This setting has no effect for persistent services. The default value is false.
public boolean isRequireServiceAck()
返回
boolean
true if the optimistic acknowledgment of operations in non-persistent services;otherwise, false.