Class MessageSubject
- java.lang.Object
-
- org.onosproject.store.cluster.messaging.MessageSubject
-
public final class MessageSubject extends Object
Representation of a message subject. Cluster messages have associated subjects that dictate how they get handled on the receiving side.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MessageSubject()
MessageSubject(String value)
-
-
-
Constructor Detail
-
MessageSubject
public MessageSubject(String value)
-
MessageSubject
protected MessageSubject()
-
-