Skip to content

Instantly share code, notes, and snippets.

@billy-bacon
Created December 13, 2013 17:08
Show Gist options
  • Save billy-bacon/7947608 to your computer and use it in GitHub Desktop.
Save billy-bacon/7947608 to your computer and use it in GitHub Desktop.
## Push Notifications (universal processor used for many types of push notification processing) ##
patron.device.list.processor=mock:patronDeviceListProcessor
# Fire at 10:15am on the 3rd Wednesday of every month
borrows.available.notification.timer=direct://borrows.available.notification.timer
borrows.available.trigger.out=mock:borrows.available
borrows.available.trigger.in=direct:borrows.available
borrows.available.processor=mock:borrowsAvailableProcessor
borrows.available.notification.message.out=mock:borrows.available.notification
borrows.available.notification.message.in=mock:borrows.available.notification
push.notification.message.processor=mock:pushNotificationMessageProcessor
push.notification.delete.device=mock:pushNotificationDeleteDevice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment