Class CloudEventsFormatImpl
java.lang.Object
com.commercetools.api.models.subscription.CloudEventsFormatImpl
- All Implemented Interfaces:
CloudEventsFormat
,DeliveryFormat
,io.vrap.rmf.base.client.ModelBase
public class CloudEventsFormatImpl
extends Object
implements CloudEventsFormat, io.vrap.rmf.base.client.ModelBase
The CloudEventsFormat can be used with any Destination, and the payload is delivered in the JSON Event Format
. AzureEventGridDestination offers native support to filter and route CloudEvents.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
-
Field Summary
Fields inherited from interface com.commercetools.api.models.subscription.CloudEventsFormat
CLOUD_EVENTS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface com.commercetools.api.models.subscription.CloudEventsFormat
withCloudEventsFormat
Methods inherited from interface com.commercetools.api.models.subscription.DeliveryFormat
withDeliveryFormat
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
CloudEventsFormatImpl
public CloudEventsFormatImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceDeliveryFormat
- Returns:
- type
-
getCloudEventsVersion
- Specified by:
getCloudEventsVersion
in interfaceCloudEventsFormat
- Returns:
- cloudEventsVersion
-
setCloudEventsVersion
Description copied from interface:CloudEventsFormat
set cloudEventsVersion- Specified by:
setCloudEventsVersion
in interfaceCloudEventsFormat
- Parameters:
cloudEventsVersion
- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-