Uses of Class
org.hansken.plugin.extraction.runtime.grpc.client.ExtractionPluginGrpcAdapter
-
Packages that use ExtractionPluginGrpcAdapter Package Description org.hansken.plugin.extraction.runtime.grpc.client -
-
Uses of ExtractionPluginGrpcAdapter in org.hansken.plugin.extraction.runtime.grpc.client
Methods in org.hansken.plugin.extraction.runtime.grpc.client that return ExtractionPluginGrpcAdapter Modifier and Type Method Description protected 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 ExtractionPluginGrpcAdapter Constructor Description ProtocolHandler(ReplyStream replyStream, ExtractionPluginGrpcAdapter adapter)Initialize a handler for processing atraceover gRPC.
-