okapies / finagle-gntp

Growl Notification Transport Protocol (GNTP) implementation for Finagle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finagle-gntp

Growl Notification Transport Protocol (GNTP) implementation for Finagle.

Usage

Register

val client = GntpClient("localhost")
client(Register(Application("TestApp"), List(NotificaionType("Test1"))))

Notify

client(Notify(applicationName="TestApp", name="Test1", title="Title", text="Hello!"))

About

Growl Notification Transport Protocol (GNTP) implementation for Finagle.

License:BSD 2-Clause "Simplified" License


Languages

Language:Scala 100.0%