Interface SnapshotService
- All Superinterfaces:
io.quarkus.grpc.MutinyService
- All Known Implementing Classes:
SnapshotServiceClient
@Generated(value="by Mutiny Grpc generator",
comments="Source: snapshot.proto")
public interface SnapshotService
extends io.quarkus.grpc.MutinyService
-
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<DecodeSnapshotResponse> decodeSnapshot(DecodeSnapshotRequest request) io.smallrye.mutiny.Uni<ListSnapshotsResponse> listSnapshots(ListSnapshotsRequest request) io.smallrye.mutiny.Uni<com.google.protobuf.Empty> io.smallrye.mutiny.Uni<com.google.protobuf.Empty> io.smallrye.mutiny.Uni<ToggleLockSnapshotResponse>
-
Method Details
-
takeDatabaseSnapshot
io.smallrye.mutiny.Uni<com.google.protobuf.Empty> takeDatabaseSnapshot(TakeDatabaseSnapshotRequest request) -
takeComponentSnapshot
io.smallrye.mutiny.Uni<com.google.protobuf.Empty> takeComponentSnapshot(TakeComponentSnapshotRequest request) -
toggleLockSnapshot
io.smallrye.mutiny.Uni<ToggleLockSnapshotResponse> toggleLockSnapshot(ToggleLockSnapshotRequest request) -
listSnapshots
-
decodeSnapshot
-