canRenewLock property

bool canRenewLock

Informs if the queue is able to renew message lock.

Returns true if queue is able to renew message lock.

Implementation

bool get canRenewLock {
  return _canRenewLock;
}