aqPoll {aqr}R Documentation

Poll data from the messaging bridge

Description

Used to poll data from the messaging bridge. As the time of this writing (0.2), individual messages are separated by "\n". In a future version, this function will return a list object.

Usage

	aqPoll()

Examples

## Not run: 
> aqPoll()
     [,1]
[1,] "/topic/TEXT"
     [,2]
[1,] "TEST1\nTEST2\nTEST3\n"
> 

## End(Not run)

[Package aqr version 0.4 Index]