-
lock
java.util.concurrent.locks.Lock lock
Lock on access to the store.
-
notificationCallback
UnparsedNotificationCallback notificationCallback
Notification callback called when a notification is received for this subscription.
-
clientToken
java.lang.String clientToken
Arbitrary string provided by the client associated with this subscription that is delivered to
the target address with each notification or null
for none.
-
expiration
java.lang.Long expiration
Milliseconds in Unix time at which the subscription will expire or null
for an infinite
TTL.
-
id
java.lang.String id
Subscription UUID.
-
topicId
java.lang.String topicId
Opaque ID for the subscribed resource that is stable across API versions or null
for
none.