Class AsynchronousApplicationEventPublisher

java.lang.Object
com.atlassian.connect.spring.internal.AsynchronousApplicationEventPublisher
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware

@Component public class AsynchronousApplicationEventPublisher extends Object implements org.springframework.context.ApplicationEventPublisherAware
  • Constructor Details

    • AsynchronousApplicationEventPublisher

      public AsynchronousApplicationEventPublisher()
  • Method Details

    • setApplicationEventPublisher

      public void setApplicationEventPublisher(@Nonnull org.springframework.context.ApplicationEventPublisher eventPublisher)
      Specified by:
      setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware
    • publishEventAsynchronously

      @Async public void publishEventAsynchronously(org.springframework.context.ApplicationEvent event)