Class ObservationTextPublisher

java.lang.Object
io.micrometer.observation.ObservationTextPublisher
All Implemented Interfaces:
ObservationHandler<Observation.Context>

public class ObservationTextPublisher extends Object implements ObservationHandler<Observation.Context>
An ObservationHandler that converts the context to text and publishes it to the Consumer of your choice.
Since:
1.10.0