SubscribeSync creates a Subscription that can be used to process messages synchronously. See important note in Subscribe()
(subj string, opts ...SubOpt)
| 99 | // SubscribeSync creates a Subscription that can be used to process messages synchronously. |
| 100 | // See important note in Subscribe() |
| 101 | SubscribeSync(subj string, opts ...SubOpt) (*Subscription, error) |
| 102 | |
| 103 | // ChanSubscribe creates channel based Subscription. |
| 104 | // See important note in Subscribe() |
no outgoing calls