# Functions
AsStreamProcessorFactory converts a ProcessorFactory into a StreamProcessorFactory.
# Interfaces
Processor processes gRPC traffic.
# Type aliases
Encoding is the grpc-encoding type.
ProcessorFactory creates gRPC processors that implement the Processor interface, which abstracts away some of the details of the underlying HTTP/2 protocol.