Uses of Interface
org.sentrysoftware.metricshub.engine.extension.IProtocolExtension
Packages that use IProtocolExtension
-
Uses of IProtocolExtension in org.sentrysoftware.metricshub.engine.extension
Methods in org.sentrysoftware.metricshub.engine.extension that return types with arguments of type IProtocolExtensionModifier and TypeMethodDescriptionExtensionManager.findCriterionExtension(Criterion criterion, TelemetryManager telemetryManager) Find the extension which satisfies the processing of the given criterion according to the user's configuration.ExtensionManager.findExtensionByType(String type) Finds the first protocol extension that supports the specified type.ExtensionManager.findProtocolCheckExtensions(@NonNull TelemetryManager telemetryManager) Find the extensions that satisfy the protocol check according to the user's configuration.ExtensionManager.findSourceExtension(Source source, TelemetryManager telemetryManager) Find the extension which satisfies the processing of the given source according to the user's configuration.