Class DefaultSoapServerObservationConvention

java.lang.Object
org.springframework.ws.transport.observation.DefaultSoapServerObservationConvention
All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention, io.micrometer.observation.ObservationConvention<SoapServerObservationContext>, SoapServerObservationConvention

public class DefaultSoapServerObservationConvention extends Object implements SoapServerObservationConvention
Default SoapServerObservationConvention implementation.
Since:
5.1.0
  • Constructor Details

    • DefaultSoapServerObservationConvention

      public DefaultSoapServerObservationConvention()
      Create a convention with the default name soap.server.requests.
    • DefaultSoapServerObservationConvention

      public DefaultSoapServerObservationConvention(String name)
      Create a convention with a custom name.
      Parameters:
      name - the observation name
  • Method Details