Class SentryHubRegistrar

  • All Implemented Interfaces:
    org.springframework.context.annotation.ImportBeanDefinitionRegistrar

    @Configuration
    public class SentryHubRegistrar
    extends java.lang.Object
    implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar
    Registers beans required to use Sentry core features.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerBeanDefinitions​(@NotNull org.springframework.core.type.AnnotationMetadata importingClassMetadata, @NotNull org.springframework.beans.factory.support.BeanDefinitionRegistry registry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar

        registerBeanDefinitions
    • Constructor Detail

      • SentryHubRegistrar

        public SentryHubRegistrar()
    • Method Detail

      • registerBeanDefinitions

        public void registerBeanDefinitions​(@NotNull
                                            @NotNull org.springframework.core.type.AnnotationMetadata importingClassMetadata,
                                            @NotNull
                                            @NotNull org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
        Specified by:
        registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar