Class ScribeLoggerConsumerFactoryBean

java.lang.Object
org.smallmind.claxon.emitter.message.spring.ScribeLoggerConsumerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>, org.springframework.beans.factory.InitializingBean

public class ScribeLoggerConsumerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • ScribeLoggerConsumerFactoryBean

      public ScribeLoggerConsumerFactoryBean()
  • Method Details

    • setCaller

      public void setCaller(Class<?> caller)
    • setLevel

      public void setLevel(Level level)
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>
    • getObject

      public ScribeLoggerConsumer getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean