Uses of Class
org.hansken.plugin.extraction.runtime.grpc.client.ReplyStream
-
Packages that use ReplyStream Package Description org.hansken.plugin.extraction.runtime.grpc.client -
-
Uses of ReplyStream in org.hansken.plugin.extraction.runtime.grpc.client
Methods in org.hansken.plugin.extraction.runtime.grpc.client with parameters of type ReplyStream Modifier and Type Method Description protected ProtocolHandlerExtractionPluginClient. handler(ClientTrace trace, ClientDataContext dataContext, TraceSearcher searcher, ReplyStream stream)Returns a handler for orchestrating the processing of a trace over gRPC.Constructors in org.hansken.plugin.extraction.runtime.grpc.client with parameters of type ReplyStream Constructor Description ProtocolHandler(ReplyStream replyStream, ExtractionPluginGrpcAdapter adapter)Initialize a handler for processing atraceover gRPC.
-