Class TeamsEventNotificationV2
java.lang.Object
org.graylog.integrations.notifications.types.microsoftteams.TeamsEventNotificationV2
- All Implemented Interfaces:
EventNotification
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTeamsEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidExecute this notification with the provided context.
-
Constructor Details
-
Method Details
-
execute
Execute this notification with the provided context.- Specified by:
executein interfaceEventNotification- Parameters:
ctx- event notification context- Throws:
EventNotificationException- is thrown when execute fails
-