PushConsumer returns an interface to an existing push consumer, allowing processing of messages. If consumer does not exist, ErrConsumerNotFound is returned. It returns ErrNotPushConsumer if the consumer is not a push consumer (deliver subject is not set).
(ctx context.Context, consumer string)
| 157 | // |
| 158 | // It returns ErrNotPushConsumer if the consumer is not a push consumer (deliver subject is not set). |
| 159 | PushConsumer(ctx context.Context, consumer string) (PushConsumer, error) |
| 160 | } |
| 161 | |
| 162 | RawStreamMsg struct { |
no outgoing calls