Class ChangelogsGrpc (0.52.0)

public final class ChangelogsGrpc

Service for managing Changelogs.

Inheritance

java.lang.Object > ChangelogsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ChangelogsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ChangelogsGrpc.AsyncService service)
Parameter
NameDescription
serviceChangelogsGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getGetChangelogMethod()

public static MethodDescriptor<GetChangelogRequest,Changelog> getGetChangelogMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetChangelogRequest,Changelog>

getListChangelogsMethod()

public static MethodDescriptor<ListChangelogsRequest,ListChangelogsResponse> getListChangelogsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListChangelogsRequest,ListChangelogsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static ChangelogsGrpc.ChangelogsBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ChangelogsGrpc.ChangelogsBlockingStub

newFutureStub(Channel channel)

public static ChangelogsGrpc.ChangelogsFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ChangelogsGrpc.ChangelogsFutureStub

newStub(Channel channel)

public static ChangelogsGrpc.ChangelogsStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ChangelogsGrpc.ChangelogsStub