TYPE
- The data type of the source DataReader
.public abstract class SubscriptionMatchedEvent<TYPE> extends StatusChangedEvent<DataReader<TYPE>>
DataReader
has found a DataWriter
that matches the
Topic
and has compatible QoS, or has ceased to be matched with a
DataWriter that was previously considered to be matched.source
Modifier | Constructor and Description |
---|---|
protected |
SubscriptionMatchedEvent(DataReader<TYPE> source) |
Modifier and Type | Method and Description |
---|---|
abstract SubscriptionMatchedEvent<TYPE> |
clone() |
abstract SubscriptionMatchedStatus |
getStatus() |
getSource, setSource
toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnvironment
protected SubscriptionMatchedEvent(DataReader<TYPE> source)
public abstract SubscriptionMatchedStatus getStatus()
public abstract SubscriptionMatchedEvent<TYPE> clone()
clone
in class StatusChangedEvent<DataReader<TYPE>>
Copyright © 2014. All rights reserved.