Class SentryHubRegistrar

java.lang.Object
io.sentry.spring.SentryHubRegistrar
All Implemented Interfaces:
org.springframework.context.annotation.ImportBeanDefinitionRegistrar

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • SentryHubRegistrar

      public SentryHubRegistrar()
  • Method Details

    • 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