Interface CloudEventConfigurationService
-
- All Known Implementing Classes:
DefaultCloudEventConfigurationService
public interface CloudEventConfigurationServiceA service that provides access to CloudEvent properties for CloudEvent headers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCloudEventSourceInstanceId()Get instance idjava.lang.StringgetCloudEventSourceRegion()Get CloudEvent source regionjava.lang.StringgetCloudEventSpecVersion()Get CloudEvent specific version valuejava.lang.StringgetCloudEventTypeVersion()Get CloudEvent type version value
-
-
-
Method Detail
-
getCloudEventSourceInstanceId
java.lang.String getCloudEventSourceInstanceId()
Get instance id- Returns:
- instance id value
-
getCloudEventSourceRegion
java.lang.String getCloudEventSourceRegion()
Get CloudEvent source region- Returns:
- region value
-
getCloudEventTypeVersion
java.lang.String getCloudEventTypeVersion()
Get CloudEvent type version value- Returns:
- type version value
-
getCloudEventSpecVersion
java.lang.String getCloudEventSpecVersion()
Get CloudEvent specific version value- Returns:
- specific version
-
-