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

com.navercorp.pinpoint.grpc.server.flowcontrol.ServerCallWrapper Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package com.navercorp.pinpoint.grpc.server.flowcontrol;

import io.grpc.Metadata;
import io.grpc.Status;

public interface ServerCallWrapper {
    String getAgentId();

    String getApplicationName();

    void request(int numMessages);

    void cancel(Status status, Metadata trailers);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy