Class EndpointFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean

    public class EndpointFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean
    Spring XML config does not support chained builders. This converts accordingly
    • Constructor Detail

      • EndpointFactoryBean

        public EndpointFactoryBean()
    • Method Detail

      • getObject

        public zipkin2.Endpoint getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public Class<? extends zipkin2.Endpoint> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean
      • setServiceName

        public void setServiceName​(String serviceName)
      • setIp

        public void setIp​(String ip)
      • setPort

        public void setPort​(Integer port)