public class Reciever
extends java.lang.Object
Constructor and Description |
---|
Reciever() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method
Handles different event types from Fixrate's web-application
|
static void |
writeToFile(java.lang.String message)
Writing events to file
only function to get more static overview on different events from Fixrate's rabbitMQ
|
public static void writeToFile(java.lang.String message)
message
- Stringpublic static void main(java.lang.String[] args) throws java.lang.Exception
args
- Stringjava.lang.Exception