Uses of Class
org.hansken.plugin.extraction.runtime.grpc.client.PluginRunProfile
Packages that use PluginRunProfile
Package
Description
-
Uses of PluginRunProfile in org.hansken.plugin.extraction.runtime.grpc.client
Methods in org.hansken.plugin.extraction.runtime.grpc.client that return PluginRunProfileModifier and TypeMethodDescriptionstatic PluginRunProfilePluginRunProfile.of(RpcProfile profile) Constructs aPluginRunProfilefrom aRpcProfile. -
Uses of PluginRunProfile in org.hansken.plugin.extraction.runtime.grpc.client.api
Methods in org.hansken.plugin.extraction.runtime.grpc.client.api that return types with arguments of type PluginRunProfileModifier and TypeMethodDescriptionClientTrace.profile()Returns thePluginRunProfilereturned by the plugin.Methods in org.hansken.plugin.extraction.runtime.grpc.client.api with parameters of type PluginRunProfileModifier and TypeMethodDescriptionvoidClientTrace.profile(PluginRunProfile profile) Set thePluginRunProfileat the end of an extraction.