Uses of Interface
dev.cdevents.models.CDEvent
-
Packages that use CDEvent Package Description dev.cdevents Copyright 2022-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.dev.cdevents.events Copyright 2023-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of CDEvent in dev.cdevents
Methods in dev.cdevents that return CDEvent Modifier and Type Method Description static CDEventCDEvents. cdEventFromJson(String cdEventJson)Creates cdEvent from cdEventJson string and validates against schema.Methods in dev.cdevents with parameters of type CDEvent Modifier and Type Method Description static io.cloudevents.CloudEventCDEvents. cdEventAsCloudEvent(CDEvent cdEvent)Creates a CloudEvent from the cdEvent.static StringCDEvents. cdEventAsJson(CDEvent cdEvent)static booleanCDEvents. validateCDEvent(CDEvent cdEvent)Validates the cdEvent against the Schema URL. -
Uses of CDEvent in dev.cdevents.events
-