Uses of Package
org.hansken.plugin.extraction.runtime.grpc.client
-
Packages that use org.hansken.plugin.extraction.runtime.grpc.client Package Description org.hansken.plugin.extraction.runtime.grpc.client -
Classes in org.hansken.plugin.extraction.runtime.grpc.client used by org.hansken.plugin.extraction.runtime.grpc.client Class Description ExtractionPluginDataReader This class is used to read trace data.ExtractionPluginException Used for exceptions thrown by the actual Extraction Plugins code.ExtractionPluginGrpcAdapter Adapter that transforms incoming gRPC messages to clean API calls.ProtocolHandler Handler for orchestrating the processing of atraceover gRPC, which itself is an observer for a stream in order to receive messages from the server.ReplyStream A helper class to be used to send messages to the server.RetryPolicy A configurable exponential backoff policy which can be used by anExtractionPluginClientfor trying to connect when requesting the plugin information or processing a Trace, instead of failing directly due to unavailability.