All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.fix.aggregating.profiler.engine.CallAggregateMutator Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
package ru.fix.aggregating.profiler.engine;

import ru.fix.aggregating.profiler.Identity;

import java.util.function.Consumer;

@FunctionalInterface
public interface CallAggregateMutator {
    void updateAggregate(Identity profiledCallName, Consumer updateAction);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy