Class ChangelogsGrpc.ChangelogsStub (0.48.0)

public static final class ChangelogsGrpc.ChangelogsStub extends AbstractAsyncStub<ChangelogsGrpc.ChangelogsStub>

A stub to allow clients to do asynchronous rpc calls to service Changelogs.

Service for managing Changelogs.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ChangelogsGrpc.ChangelogsStub

Methods

build(Channel channel, CallOptions callOptions)

protected ChangelogsGrpc.ChangelogsStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ChangelogsGrpc.ChangelogsStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getChangelog(GetChangelogRequest request, StreamObserver<Changelog> responseObserver)

public void getChangelog(GetChangelogRequest request, StreamObserver<Changelog> responseObserver)

Retrieves the specified Changelog.

Parameters
NameDescription
requestGetChangelogRequest
responseObserverio.grpc.stub.StreamObserver<Changelog>

listChangelogs(ListChangelogsRequest request, StreamObserver<ListChangelogsResponse> responseObserver)

public void listChangelogs(ListChangelogsRequest request, StreamObserver<ListChangelogsResponse> responseObserver)

Returns the list of Changelogs.

Parameters
NameDescription
requestListChangelogsRequest
responseObserverio.grpc.stub.StreamObserver<ListChangelogsResponse>