(create-streaming-notification event-types folder-ids on-event-fn)
(create-streaming-notification event-types
folder-ids
on-event-fn
on-disconnect-fn)
(create-streaming-notification event-types
folder-ids
on-event-fn
on-disconnect-fn
lifetime)
Creates an instances of a streaming notificator specified folders
Creates an instances of a streaming notificator specified folders
(create-streaming-notification-on-all-folders event-types on-event-fn)
(create-streaming-notification-on-all-folders event-types
on-event-fn
on-disconnect-fn)
(create-streaming-notification-on-all-folders event-types
on-event-fn
on-disconnect-fn
lifetime)
Creates an instances of a streaming notificator for all folders
Creates an instances of a streaming notificator for all folders
Default lifetime of notificator (maximum allowed by EWS API)
Default lifetime of notificator (maximum allowed by EWS API)
Default on disconnect function implementation - automatically opens the connection again
Default on disconnect function implementation - automatically opens the connection again
Default on event function implementation - just prints incomming id
Default on event function implementation - just prints incomming id
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close