com.salesforce.reactivegrpc.jmh.PerfSubscriber Maven / Gradle / Ivy
/*
* Copyright (c) 2019, Salesforce.com, Inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
package com.salesforce.reactivegrpc.jmh;
import java.util.concurrent.CountDownLatch;
import org.openjdk.jmh.infra.Blackhole;
import org.reactivestreams.Subscriber;
import org.reactivestreams.Subscription;
/**
* PerfSubscriber is a sink for reactive requests that blackholes all messages.
*/
public final class PerfSubscriber implements Subscriber © 2015 - 2025 Weber Informatics LLC | Privacy Policy