Class StandardMessageName
java.lang.Object
org.apache.nifi.schemaregistry.services.StandardMessageName
- All Implemented Interfaces:
MessageName
-
Field Details
-
namespace
-
name
-
-
Constructor Details
-
StandardMessageName
-
-
Method Details
-
getName
Description copied from interface:MessageNameReturns the simple name of the message without any package qualification.- Specified by:
getNamein interfaceMessageName- Returns:
- the message name
-
getNamespace
Description copied from interface:MessageNameReturns the namespace that contains this message, if present.- Specified by:
getNamespacein interfaceMessageName- Returns:
- an Optional containing the namespace name, or empty if the message is not contained within a namespace
-
equals
-
hashCode
public int hashCode() -
toString
-