isPull property

bool isPull

Whether this is a pull subscription.

A subscription without a configured endpoint URI is a pull subscription. Messages are not delivered automatically, but must instead be requested using pull.

Implementation

bool get isPull;