notification::apm::create_email_delivery_method_impl (private)

 notification::apm::create_email_delivery_method_impl

Defined in packages/notifications/tcl/apm-callback-procs.tcl

Register the service contract implementation and return the impl_id

Returns:
impl_id of the created implementation

Testcases:
No testcase defined.
Source code:
    return [acs_sc::impl::new_from_spec -spec {
        contract_name "NotificationDeliveryMethod"
        name "notification_email"
        owner "notifications"
        aliases {
            Send notification::email::send
            ScanReplies notification::email::scan_replies
        }
    }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: