GRPCStream

public enum GRPCStream<T> where T : GRPCModel

Undocumented

  • Undocumented

    Declaration

    Swift

    case start(EventLoopFuture<GRPCStream<T>>)
  • Undocumented

    Declaration

    Swift

    case message(T, nextMessage: EventLoopFuture<GRPCStream<T>>)
  • end

    Undocumented

    Declaration

    Swift

    case end