Uses of Interface
org.springframework.pulsar.observation.PulsarTemplateObservationConvention
Packages that use PulsarTemplateObservationConvention
Package
Description
Package containing the core components of the framework.
Package containing components that provide support for the Observation API.
-
Uses of PulsarTemplateObservationConvention in org.springframework.pulsar.core
Constructors in org.springframework.pulsar.core with parameters of type PulsarTemplateObservationConventionModifierConstructorDescriptionPulsarTemplate(PulsarProducerFactory<T> producerFactory, List<org.apache.pulsar.client.api.interceptor.ProducerInterceptor> interceptors, io.micrometer.observation.ObservationRegistry observationRegistry, PulsarTemplateObservationConvention observationConvention) Construct a template instance with optional interceptors and observation configuration. -
Uses of PulsarTemplateObservationConvention in org.springframework.pulsar.observation
Classes in org.springframework.pulsar.observation that implement PulsarTemplateObservationConventionModifier and TypeClassDescriptionclassDefaultPulsarTemplateObservationConventionfor Pulsar template key values.