bug6140: log every Igtimi device Log message to our logs

This commit is contained in:
Axel Uhl
2025-06-22 17:23:53 +02:00
parent 3990d1eb27
commit 07c718a3b1
4 changed files with 11 additions and 2 deletions
@@ -123,6 +123,9 @@ extends OperationsToMasterSender<S, O>, Replicator<S, O> {
* To determine whether this {@link Replicable} is a replica, this method uses the
* {@link ReplicationService#getReplicatingFromMaster()} method which also provides the master server's connectivity
* information required to forward the <code>operation</code>.
*
* @return the result of applying the operation locally; results of applying the operation on other nodes of the
* replica set are not considered
*/
<T> T apply(O operation);