org.infinispan.client.hotrod.telemetry.impl.TelemetryService Maven / Gradle / Ivy
The newest version!
package org.infinispan.client.hotrod.telemetry.impl;
import java.util.function.Function;
import org.infinispan.client.hotrod.impl.InternalRemoteCache;
import org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory;
public interface TelemetryService {
Function, CacheOperationsFactory> wrapWithTelemetry(Function, CacheOperationsFactory> function);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy