Return true to signal that created transports may have sendMessage called on it more than once before finishSend should be called.
true to signal that the implementation can stream multiple messages, false otherwise indicating that Open/Next gRPC calls should be used
Create a new transport instance.
options for creating the transport
a transport instance to use for gRPC communication
Factory for creating gRPC transports.