PB.Schema.Info.Method (PB v0.1.0)

Copy Markdown View Source

Public projection of a single service method.

Summary

Types

t()

@type t() :: %PB.Schema.Info.Method{
  client_streaming: boolean(),
  input_type: PB.message_name(),
  name: atom(),
  output_type: PB.message_name(),
  server_streaming: boolean()
}