Interface DeliveryFormat

All Known Subinterfaces:
CloudEventsFormat, DeliveryCloudEventsFormat, DeliveryPlatformFormat, PlatformFormat
All Known Implementing Classes:
CloudEventsFormatImpl, DeliveryFormatImpl, PlatformFormatImpl

public interface DeliveryFormat
DeliveryFormat
Example to create a subtype instance using the builder pattern

     DeliveryFormat deliveryFormat = DeliveryFormat.cloudEventsBuilder()
             cloudEventsVersion("{cloudEventsVersion}")
             .build()