The hub this listener should attach to.
The channel to subscribe to.
Called with the payload, message, and unsub function when a message is published.
Function that determines if the callback should be invoked.
OptionalonlyFuture: boolean = falseIf true, callback will fire only for messages dispatched in the future. If false, messages in the backlog will also be considered.
Run callback only if
testevaluates totrue.