All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.jelly.jelly-grpc_3.0.14.0.source-code.package.proto Maven / Gradle / Ivy

Go to download

Implementation of a gRPC client and server for the Jelly gRPC streaming protocol.

There is a newer version: 2.0.0
Show newest version
syntax = "proto3";

import "scalapb/scalapb.proto";

package eu.ostrzyciel.jelly.core.proto;

option (scalapb.options) = {
  scope: PACKAGE
  flat_package: true
  package_name: "eu.ostrzyciel.jelly.core.proto.v1"
  // Disabling lenses and getters makes the generated code a bit smaller
  lenses: false
  getters: false
  // Disabling this can substantially improve performance
  preserve_unknown_fields: false
  enum_strip_prefix: true
};

option java_package = "eu.ostrzyciel.jelly.core.proto.v1";

// Optimize for speed
option optimize_for = SPEED;
option java_multiple_files = true;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy