Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
* service interface to push spans to haystack agent
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.0.1)",
comments = "Source: agent/spanAgent.proto")
public class SpanAgentGrpc {
private SpanAgentGrpc() {}
public static final String SERVICE_NAME = "SpanAgent";
// Static method descriptors that strictly reflect the proto.
@io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
public static final io.grpc.MethodDescriptor METHOD_DISPATCH =
io.grpc.MethodDescriptor.create(
io.grpc.MethodDescriptor.MethodType.UNARY,
generateFullMethodName(
"SpanAgent", "dispatch"),
io.grpc.protobuf.ProtoUtils.marshaller(com.expedia.open.tracing.Span.getDefaultInstance()),
io.grpc.protobuf.ProtoUtils.marshaller(com.expedia.open.tracing.agent.api.DispatchResult.getDefaultInstance()));
/**
* Creates a new async stub that supports all call types for the service
*/
public static SpanAgentStub newStub(io.grpc.Channel channel) {
return new SpanAgentStub(channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static SpanAgentBlockingStub newBlockingStub(
io.grpc.Channel channel) {
return new SpanAgentBlockingStub(channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
*/
public static SpanAgentFutureStub newFutureStub(
io.grpc.Channel channel) {
return new SpanAgentFutureStub(channel);
}
/**
*
* service interface to push spans to haystack agent
*
*/
public static abstract class SpanAgentImplBase implements io.grpc.BindableService {
/**
*