Interface ProtobufMetadataManagerConstants
- All Known Subinterfaces:
ProtobufMetadataManager
,ProtobufMetadataManagerMBean
public interface ProtobufMetadataManagerConstants
Useful constants used by the Protobuf metadata cache.
- Since:
- 7.1
- Author:
- anistor@redhat.com
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
All error status keys end with this suffix.static final String
The 'component' key property of ProtobufMetadataManager's ObjectName.static final String
All protobuf definition source files must end with this suffix.static final String
The name of the Protobuf definitions cache.
-
Field Details
-
PROTOBUF_METADATA_CACHE_NAME
The name of the Protobuf definitions cache.- See Also:
-
ERRORS_KEY_SUFFIX
All error status keys end with this suffix. This is also the name of the global error key.- See Also:
-
PROTO_KEY_SUFFIX
All protobuf definition source files must end with this suffix.- See Also:
-
OBJECT_NAME
The 'component' key property of ProtobufMetadataManager's ObjectName.- See Also:
-