Skip to content

Commit

Permalink
Fix vanilla grpc example
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Feb 5, 2024
1 parent 968e5ff commit cac0395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/sdk/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ import dev.restate.sdk.http.vertx.RestateHttpEndpointBuilder;
import io.grpc.stub.StreamObserver;
import static dev.restate.sdk.examples.generated.GreeterProto.*;

public class Greeter extends GreeterGrpc.GreeterImplBase implements RestateBlockingService {
public class Greeter extends GreeterGrpc.GreeterImplBase implements RestateService {

private static final StateKey<Integer> COUNT = StateKey.of("count", Integer.class);

Expand Down

0 comments on commit cac0395

Please sign in to comment.