final class ServerReflectionImpl extends ServerReflection

INTERNAL API

Annotations
@InternalApi()
Source
ServerReflectionImpl.scala
Linear Supertypes
ServerReflection, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerReflectionImpl
  2. ServerReflection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def serverReflectionInfo(in: Source[ServerReflectionRequest, NotUsed]): Source[ServerReflectionResponse, NotUsed]

    The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.

    The reflection service is structured as a bidirectional stream, ensuring all related requests go to a single server.

    Definition Classes
    ServerReflectionImplServerReflection