Example usage for org.springframework.context.event ApplicationListenerMethodAdapter subclass-usage

List of usage examples for org.springframework.context.event ApplicationListenerMethodAdapter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.context.event ApplicationListenerMethodAdapter subclass-usage.

Usage

From source file org.springframework.transaction.event.ApplicationListenerMethodTransactionalAdapter.java

/**
 * {@link GenericApplicationListener} adapter that delegates the processing of
 * an event to a {@link TransactionalEventListener} annotated method. Supports
 * the exact same features as any regular {@link EventListener} annotated method
 * but is aware of the transactional context of the event publisher.
 * <p>