View Topic Subscribers
get
/management/coherence/cluster/services/{serviceName}/topics/{topicName}/subscribers
Use this endpoint to list the subscriber of a topic.
Request
Path Parameters
-
serviceName: string
Name of the cache service.
-
topicName: string
Name of the topic.
Response
Supported Media Types
- application/json
200 Response
A successful request that lists topic subscribers
Nested Schema : subscriber
Type:
Show Source
object-
backlog(optional):
integer(int64)
Read Only:
trueThe number of outstanding receive requests. -
channelAllocations(optional):
string
Read Only:
trueThe subscriber's allocated channels. -
channelCount(optional):
integer(int32)
Read Only:
trueThe number of channels the topic has. -
channels(optional):
object channels
Additional Properties Allowed: subscriberChannel
-
cluster(optional):
string
Read Only:
trueThe cluster name. -
completeOnEmpty(optional):
boolean
Read Only:
trueA flag indicating whether the subscriber completes receive requests with a null message when the topic is empty. -
converter(optional):
string
Read Only:
trueThe optional converter being used to transform messages. -
disconnections(optional):
integer(int64)
Read Only:
trueThe number of times this subscriber has disconnected. -
filter(optional):
string
Read Only:
trueThe optional filter being used to filter messages. -
id(optional):
integer(int64)
Read Only:
trueThe subscriber's identifier. -
maxBacklog(optional):
integer(int64)
Read Only:
trueThe maximum allowed backlog of receive requests not yet complete. -
member(optional):
string
Read Only:
trueName of the cluster member -
nodeId(optional):
integer(int64)
Read Only:
trueThe ID of member to which the MBean belongs -
notifications(optional):
integer(int64)
Read Only:
trueThe number of channel notifications received. -
polls(optional):
integer(int64)
Read Only:
trueThe number of times the subscriber has polled for messages. -
receiveCompletions(optional):
integer(int64)
The number of completed received requests.
-
receivedCount(optional):
integer(int64)
Read Only:
trueThe number of elements received. -
receiveEmpty(optional):
integer(int64)
Read Only:
trueThe number of empty receive requests. -
receiveErrors(optional):
integer(int64)
Read Only:
trueThe number of received requests completed in error. -
serializer(optional):
string
Read Only:
trueThe serializer used to deserialize messages. -
service(optional):
string
Read Only:
trueThe topic service name. -
state(optional):
integer(int64)
Read Only:
trueThe state of the subscriber. -
stateName(optional):
string
Read Only:
trueThe subscriber's state. -
subscriberGroup(optional):
string
Read Only:
trueThe group the subscriber belongs to, if part of a group. -
topic(optional):
string
Read Only:
trueName of the topic. -
type(optional):
string
Read Only:
trueAllowed Values:[ "PagedTopicSubscriber" ]The type of the MBean -
waits(optional):
integer(int64)
Read Only:
trueThe number of times the subscriber has had to wait on an empty topic.
Nested Schema : subscriberChannel
Type:
Show Source
object-
Channel(optional):
integer(int32)
Read Only:
trueThe channel. -
Empty(optional):
boolean
Read Only:
trueTrue if the channel is empty. -
Head(optional):
string
Read Only:
trueHead position. -
LastCommit(optional):
string
Read Only:
trueLast committed position. -
LastReceived(optional):
string
Read Only:
trueLast committed position. -
Owned(optional):
boolean
Read Only:
trueTrue if the channel is owned by this subscriber.