Interface | Description |
---|---|
EventThrowing |
Interface to be implemented by objects to be monitored; Is called by code that handles event.
|
IMonitorDestination |
Interface to monitoring service.
|
ITrigger |
Class | Description |
---|---|
AdapterFilter |
Filter on Adapters, used by Triggers.
|
Alarm |
A Trigger that starts its life with type = ALARM.
|
Clearing |
A Trigger that starts its life with type = CLEARING.
|
EventPublisher |
Publisher to wrap the monitoring events and publish them to the Spring Context
|
Monitor |
Example configuration:
|
MonitorDestinationBase |
Base class for Monitor Destination implementations.
|
MonitoringFactory |
Factory for the MonitorManagers, returns the context's manager
This bean is a singleton, not a prototype, which is why the GenericFactory
can not be used.
|
MonitorManager |
Manager for Monitoring.
|
SenderMonitorAdapter |
IMonitorAdapter that uses a
sender to send its message. |
Trigger |
A Trigger that has its type configured at startup.
|
Enum | Description |
---|---|
EventType |
Enumeration of Event Types for monitoring.
|
ITrigger.TriggerType | |
Severity |
Enumeration of Severities for monitoring.
|
SourceFiltering |
Enumeration of SourceTypes for trigger filters.
|
Exception | Description |
---|---|
MonitorException |
Copyright © 2023 Frank!Framework. All rights reserved.