Interface CloudEventConfigurationService
- All Known Implementing Classes:
DefaultCloudEventConfigurationService
public interface CloudEventConfigurationService
A service that provides access to CloudEvent properties for CloudEvent headers.
-
Method Summary
Modifier and TypeMethodDescriptionGet instance idGet CloudEvent source regionGet CloudEvent specific version valueGet CloudEvent type version value
-
Method Details
-
getCloudEventSourceInstanceId
String getCloudEventSourceInstanceId()Get instance id- Returns:
- instance id value
-
getCloudEventSourceRegion
String getCloudEventSourceRegion()Get CloudEvent source region- Returns:
- region value
-
getCloudEventTypeVersion
String getCloudEventTypeVersion()Get CloudEvent type version value- Returns:
- type version value
-
getCloudEventSpecVersion
String getCloudEventSpecVersion()Get CloudEvent specific version value- Returns:
- specific version
-