Uses of Class
org.hansken.plugin.extraction.runtime.grpc.client.ReplyStream
Packages that use ReplyStream
-
Uses of ReplyStream in org.hansken.plugin.extraction.runtime.grpc.client
Methods in org.hansken.plugin.extraction.runtime.grpc.client with parameters of type ReplyStreamModifier and TypeMethodDescriptionprotected 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 ReplyStreamModifierConstructorDescriptionProtocolHandler(ReplyStream replyStream, ExtractionPluginGrpcAdapter adapter) Initialize a handler for processing atraceover gRPC.