Uses of Class
org.hansken.plugin.extraction.runtime.grpc.client.ExtractionPluginGrpcAdapter
Packages that use ExtractionPluginGrpcAdapter
-
Uses of ExtractionPluginGrpcAdapter in org.hansken.plugin.extraction.runtime.grpc.client
Methods in org.hansken.plugin.extraction.runtime.grpc.client that return ExtractionPluginGrpcAdapterModifier and TypeMethodDescriptionprotected ExtractionPluginGrpcAdapterExtractionPluginClient.adapter(ClientTrace trace, ClientDataContext dataContext, TraceSearcher searcher) Returns an adapter that translates gRPC protocol messages to clean API calls.Constructors in org.hansken.plugin.extraction.runtime.grpc.client with parameters of type ExtractionPluginGrpcAdapterModifierConstructorDescriptionProtocolHandler(ReplyStream replyStream, ExtractionPluginGrpcAdapter adapter) Initialize a handler for processing atraceover gRPC.