Class DefaultCloudEventConfigurationService
- java.lang.Object
-
- de.hybris.platform.webhookservices.service.impl.DefaultCloudEventConfigurationService
-
- All Implemented Interfaces:
CloudEventConfigurationService
public class DefaultCloudEventConfigurationService extends java.lang.Object implements CloudEventConfigurationService
Default implementation ofCloudEventConfigurationService
-
-
Constructor Summary
Constructors Constructor Description DefaultCloudEventConfigurationService()
-
Method Summary
All Methods Instance Methods Concrete 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
public java.lang.String getCloudEventSourceInstanceId()
Description copied from interface:CloudEventConfigurationServiceGet instance id- Specified by:
getCloudEventSourceInstanceIdin interfaceCloudEventConfigurationService- Returns:
- instance id value
-
getCloudEventSourceRegion
public java.lang.String getCloudEventSourceRegion()
Description copied from interface:CloudEventConfigurationServiceGet CloudEvent source region- Specified by:
getCloudEventSourceRegionin interfaceCloudEventConfigurationService- Returns:
- region value
-
getCloudEventTypeVersion
public java.lang.String getCloudEventTypeVersion()
Description copied from interface:CloudEventConfigurationServiceGet CloudEvent type version value- Specified by:
getCloudEventTypeVersionin interfaceCloudEventConfigurationService- Returns:
- type version value
-
getCloudEventSpecVersion
public java.lang.String getCloudEventSpecVersion()
Description copied from interface:CloudEventConfigurationServiceGet CloudEvent specific version value- Specified by:
getCloudEventSpecVersionin interfaceCloudEventConfigurationService- Returns:
- specific version
-
-