We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
46
writeJSONObjectToConsoleOnlyOnce(symbol, price);
// Implementation of JsonWriter & JsonReader in JSR-353
/*
\* Writes/Reads the specified JSON object or array to the output source.
\* This method needs to be called only once for a reader/writer instance - hence running only once.
*/
writeJSONObjectToStreamOnlyOnce(symbol, price);
// Implementation of JsonObject & JsonObjectBuilder in JSR-353
// Returns a Json object with a symbol and price - continuously
logger.log(Level.INFO, "JsonObject: {0}", getJSONObjectFromValues(symbol, price));
// Then pause for a bit...before starting all over again
pauseForABit(1000); <======= here?
}
@karianna: Why are we pausing ? @neomatrix369: Needs further investigating and fixing after inquiring with @sivajik!
The text was updated successfully, but these errors were encountered:
Question for @sivajik, but if unavailable, either @neomatrix369 or @HelioFrota will have to look at it.
Sorry, something went wrong.
neomatrix369
No branches or pull requests
+
48
+
55
+
59
@karianna: Why are we pausing ?
@neomatrix369: Needs further investigating and fixing after inquiring with @sivajik!
The text was updated successfully, but these errors were encountered: