Hub.subscribe

You're seeing just the macro subscribe, go back to Hub module for more information.
Link to this macro

subscribe(channel_name, pattern, options \\ [])

(macro)

Convenience macro for subscribing without the need to unquote the pattern.

example:

Hub.subscribe("global", %{count: count} when count > 42)