@ProviderType
public static interface Manageable.ApiInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getApiBuildDate()
Retrieves the API build information (date and time) using the pattern
yyyy-mm-dd
HH:mm:ss for the JAVA API and JCSMP. |
String |
getApiImplementationVendor()
Retrieves the implementation vendor of the API.
|
String |
getApiUserId()
Retrieves the API user identifier that was reported to the event broker.
|
String |
getApiVersion()
Retrieves the API version information using pattern
JAVA API [semantic version]/JCSMP
* [semantic version]. |
String getApiBuildDate()
yyyy-mm-dd
HH:mm:ss for the JAVA API and JCSMP.
If the API JAR manifest file or the Build-Time header is missing, a value of -- is returned instead of yyyy-mm-dd HH:mm:ss.
String getApiImplementationVendor()
If the API JAR manifest file or the Implementation-Vendor header is missing, a value
of -- is returned.
String getApiUserId()
String getApiVersion()
JAVA API [semantic version]/JCSMP
* [semantic version].
If the API JAR manifest file or the Implementation-Version header is missing, a value
of -- is returned instead of [semantic version].
Copyright 2019-2025 Solace Corporation. All rights reserved.