MCPcopy Index your code
hub / github.com/ari4java/ari4java / getWebsocketQueue

Method getWebsocketQueue

src/main/java/ch/loway/oss/ari4java/ARI.java:299–301  ·  view source on GitHub ↗

Gets an instance of a message queue @return MessageQueue @throws ARIException when error

()

Source from the content-addressed store, hash-verified

297 * @throws ARIException when error
298 */
299 public MessageQueue getWebsocketQueue() throws ARIException {
300 return getWebsocketQueue(false);
301 }
302
303 /**
304 * In order to avoid multi-threading for users, you can get a

Callers 1

testBuildMethod · 0.95

Calls 1

eventsCallbackMethod · 0.95

Tested by 1

testBuildMethod · 0.76