Uses of Class
org.apache.camel.model.SamplingDefinition
Packages that use SamplingDefinition
-
Uses of SamplingDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return SamplingDefinitionModifier and TypeMethodDescriptionProcessorDefinition.sample()Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic on a route.ProcessorDefinition.sample(long messageFrequency) Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic through a route.Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic through a route.Sampling Throttler Creates a sampling throttler allowing you to extract a sample of exchanges from the traffic through a route.SamplingDefinition.sampleMessageFrequency(long messageFrequency) Sets the sample message count which only a singleExchangewill pass through after this many received.SamplingDefinition.samplePeriod(long samplePeriod) Sets the sample period during which only a singleExchangewill pass through.SamplingDefinition.samplePeriod(String samplePeriod) Sets the sample period during which only a singleExchangewill pass through.SamplingDefinition.samplePeriod(Duration samplePeriod) Sets the sample period during which only a singleExchangewill pass through.