Uses of Enum Class
kieker.analysis.plugin.reader.newio.Outcome
Packages that use Outcome
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of Outcome in kieker.analysis.plugin.reader.amqp
Methods in kieker.analysis.plugin.reader.amqp that return OutcomeModifier and TypeMethodDescriptionChunkingAmqpReader.onInitialization()Deprecated.ChunkingAmqpReader.onTermination()Deprecated.ChunkingAmqpReader.read()Deprecated. -
Uses of Outcome in kieker.analysis.plugin.reader.newio
Methods in kieker.analysis.plugin.reader.newio that return OutcomeModifier and TypeMethodDescriptionIRawDataReader.onInitialization()Deprecated.Event handler that is called before any records are read.IRawDataReader.onTermination()Deprecated.Event handler that is called when the reader is supposed to terminate.IRawDataReader.read()Deprecated.Starts the read operation.static OutcomeDeprecated.Returns the enum constant of this class with the specified name.static Outcome[]Outcome.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.