Liking cljdoc? Tell your friends :D

exchange.api.streaming-notifications


create-streaming-notificationclj

(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
sourceraw docstring

create-streaming-notification-on-all-foldersclj

(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
sourceraw docstring

default-lifetimeclj

Default lifetime of notificator (maximum allowed by EWS API)

Default lifetime of notificator (maximum allowed by EWS API)
sourceraw docstring

event-types-mapclj

Event types supported by EWS

Event types supported by EWS
sourceraw docstring

on-disconnectclj

Default on disconnect function implementation - automatically opens the connection again

Default on disconnect function implementation - automatically opens the connection again
sourceraw docstring

on-notification-eventclj

Default on event function implementation - just prints incomming id

Default on event function implementation - just prints incomming id
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close