public abstract static class ChangelogsGrpc.ChangelogsImplBase implements BindableServiceService for managing Changelogs.
Implements
io.grpc.BindableServiceConstructors
ChangelogsImplBase()
public ChangelogsImplBase()Methods
bindService()
public final ServerServiceDefinition bindService()| Returns | |
|---|---|
| Type | Description |
io.grpc.ServerServiceDefinition |
|
getChangelog(GetChangelogRequest request, StreamObserver<Changelog> responseObserver)
public void getChangelog(GetChangelogRequest request, StreamObserver<Changelog> responseObserver)Retrieves the specified Changelog.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChangelogRequest |
responseObserver |
io.grpc.stub.StreamObserver<Changelog> |
listChangelogs(ListChangelogsRequest request, StreamObserver<ListChangelogsResponse> responseObserver)
public void listChangelogs(ListChangelogsRequest request, StreamObserver<ListChangelogsResponse> responseObserver)Returns the list of Changelogs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChangelogsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListChangelogsResponse> |