Package org.frankframework.monitoring
Class EventPublisher
java.lang.Object
org.frankframework.monitoring.EventPublisher
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationEventPublisherAware
public class EventPublisher
extends Object
implements org.springframework.context.ApplicationEventPublisherAware
Publisher to wrap the monitoring events and publish them to the Spring Context
- Author:
- Niels Meijer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fireEvent
(EventThrowing source, String eventCode) void
fireEvent
(EventThrowing source, String eventCode, Message eventMessage) void
registerEvent
(EventThrowing source, String eventCode) void
setApplicationEventPublisher
(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
-
Constructor Details
-
EventPublisher
public EventPublisher()
-
-
Method Details
-
setApplicationEventPublisher
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) - Specified by:
setApplicationEventPublisher
in interfaceorg.springframework.context.ApplicationEventPublisherAware
-
registerEvent
-
fireEvent
-
fireEvent
-