Uses of Interface
org.hansken.plugin.extraction.runtime.grpc.client.api.ClientTrace
-
Packages that use ClientTrace Package Description org.hansken.plugin.extraction.runtime.grpc.client org.hansken.plugin.extraction.runtime.grpc.client.api -
-
Uses of ClientTrace in org.hansken.plugin.extraction.runtime.grpc.client
Methods in org.hansken.plugin.extraction.runtime.grpc.client with parameters of type ClientTrace 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.protected ProtocolHandlerExtractionPluginClient. handler(ClientTrace trace, ClientDataContext dataContext, TraceSearcher searcher, ReplyStream stream)Returns a handler for orchestrating the processing of a trace over gRPC.voidExtractionPluginClient. process(ClientTrace trace, ClientDataContext dataContext)voidExtractionPluginClient. processDeferred(ClientTrace trace, ClientDataContext dataContext, TraceSearcher searcher)Constructors in org.hansken.plugin.extraction.runtime.grpc.client with parameters of type ClientTrace Constructor Description ExtractionPluginGrpcAdapter(ClientTrace trace, ClientDataContext context, ExtractionPluginDataReader reader)ExtractionPluginGrpcAdapter(ClientTrace trace, ClientDataContext context, ExtractionPluginDataReader reader, TraceSearcher searcher) -
Uses of ClientTrace in org.hansken.plugin.extraction.runtime.grpc.client.api
Methods in org.hansken.plugin.extraction.runtime.grpc.client.api that return ClientTrace Modifier and Type Method Description ClientTraceClientTrace. newChild(String name)SeeTrace.newChild(String, ThrowingConsumer), but returns the new childtrace.Methods in org.hansken.plugin.extraction.runtime.grpc.client.api with parameters of type ClientTrace Modifier and Type Method Description voidRemoteExtractionPlugin. process(ClientTrace trace, ClientDataContext dataContext)SeeExtractionPlugin.process(Trace, DataContext), but requires a special type ofTrace.voidRemoteExtractionPlugin. processDeferred(ClientTrace trace, ClientDataContext dataContext, TraceSearcher searcher)SeeExtractionPlugin.process(Trace, DataContext), but requires a special type ofTrace.
-