Interface EventNotification.Factory<TYPE extends EventNotification>

All Known Subinterfaces:
EmailEventNotification.Factory, HTTPEventNotification.Factory, LegacyAlarmCallbackEventNotification.Factory
Enclosing interface:
EventNotification

public static interface EventNotification.Factory<TYPE extends EventNotification>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • create

      TYPE create()