Class DelegatingEventExternalizer

java.lang.Object
org.springframework.modulith.events.support.EventExternalizationSupport
org.springframework.modulith.events.support.DelegatingEventExternalizer
All Implemented Interfaces:
ConditionalEventListener

@Component @Deprecated(since="2.1", forRemoval=true) public class DelegatingEventExternalizer extends EventExternalizationSupport
Deprecated, for removal: This API element is subject to removal in a future version.
since 2.1. Please use EventExternalizerModuleListener instead.
An EventExternalizationSupport delegating to a BiFunction for the actual externalization. Note, that this needs to be a Component to make sure it is considered an event listener, as without the annotation Spring Framework would skip it as it lives in the org.springframework package.
Since:
1.1
Author:
Oliver Drotbohm