/finagle-gntp

Growl Notification Transport Protocol (GNTP) implementation for Finagle.

Primary LanguageScalaBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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!"))