(doc) Update documentation with new gRPC service setup

This commit is contained in:
Viktor Lofgren 2024-02-20 16:06:05 +01:00
parent d185858266
commit 273aeb7bae

View File

@ -39,7 +39,7 @@ public class FoobarService extends Service {
@Inject
public FoobarService(BaseServiceParams params) {
super(params);
super(params, List.of(/* grpc services */));
// set up Spark endpoints here
}