Skip to content

Latest commit

 

History

History

sample-jvm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sample app to test the SSE server, it allows connecting to a stream of events according to the Server-Sent Events protocol and logs everything that happens.

Use any dummy SSE server or the one provided in the project to test the sample app

Compile

./../../gradlew build installDist

Run

$ ./build/install/sample-jvm/bin/sample-jvm -h

Usage: sample-jvm [OPTIONS] URL

Options:
  -t, --token TEXT  Authorization Token [Optional]
  -h, --help        Show this message and exit

Arguments:
  URL  Endpoint URL