B C D E G I S Z 

B

build() - Method in class io.cloudevents.CloudEventBuilder
Constructs a new CloudEvent with the previously-set configuration.

C

CloudEvent<T> - Interface in io.cloudevents
An abstract event envelope, representing the 0.1 version of the CNCF CloudEvent spec.
CloudEventBuilder<T> - Class in io.cloudevents
Builder class to create a Java Object representing a CloudEvent implementation
CloudEventBuilder() - Constructor for class io.cloudevents.CloudEventBuilder
 
contentType(String) - Method in class io.cloudevents.CloudEventBuilder
Describe the data encoding format

D

data(T) - Method in class io.cloudevents.CloudEventBuilder
The event payload.
DefaultCloudEventImpl<T> - Class in io.cloudevents.impl
Default Java implementation of the CloudEvent API.
DefaultCloudEventImpl(String, String, URI, String, String, ZonedDateTime, URI, String, Map, T) - Constructor for class io.cloudevents.impl.DefaultCloudEventImpl
 
deserialize(JsonParser, DeserializationContext) - Method in class io.cloudevents.impl.ZonedDateTimeDeserializer
 

E

eventID(String) - Method in class io.cloudevents.CloudEventBuilder
ID of the event.
eventTime(ZonedDateTime) - Method in class io.cloudevents.CloudEventBuilder
Timestamp of when the event happened.
eventType(String) - Method in class io.cloudevents.CloudEventBuilder
Type of occurrence which has happened.
eventTypeVersion(String) - Method in class io.cloudevents.CloudEventBuilder
The version of the eventType.
extensions(Map) - Method in class io.cloudevents.CloudEventBuilder
This is for additional metadata and this does not have a mandated structure.

G

getCloudEventsVersion() - Method in interface io.cloudevents.CloudEvent
The version of the CloudEvents specification which the event uses.
getCloudEventsVersion() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getContentType() - Method in interface io.cloudevents.CloudEvent
Describe the data encoding format
getContentType() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getData() - Method in interface io.cloudevents.CloudEvent
The event payload.
getData() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getEventID() - Method in interface io.cloudevents.CloudEvent
ID of the event.
getEventID() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getEventTime() - Method in interface io.cloudevents.CloudEvent
Timestamp of when the event happened.
getEventTime() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getEventType() - Method in interface io.cloudevents.CloudEvent
Type of occurrence which has happened.
getEventType() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getEventTypeVersion() - Method in interface io.cloudevents.CloudEvent
The version of the eventType.
getEventTypeVersion() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getExtensions() - Method in interface io.cloudevents.CloudEvent
This is for additional metadata and this does not have a mandated structure.
getExtensions() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getSchemaURL() - Method in interface io.cloudevents.CloudEvent
A link to the schema that the data attribute adheres to.
getSchemaURL() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getSource() - Method in interface io.cloudevents.CloudEvent
This describes the event producer.
getSource() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 

I

io.cloudevents - package io.cloudevents
 
io.cloudevents.impl - package io.cloudevents.impl
 

S

schemaURL(URI) - Method in class io.cloudevents.CloudEventBuilder
A link to the schema that the data attribute adheres to.
source(URI) - Method in class io.cloudevents.CloudEventBuilder
This describes the event producer.

Z

ZonedDateTimeDeserializer - Class in io.cloudevents.impl
 
ZonedDateTimeDeserializer() - Constructor for class io.cloudevents.impl.ZonedDateTimeDeserializer
 
ZonedDateTimeDeserializer(Class<?>) - Constructor for class io.cloudevents.impl.ZonedDateTimeDeserializer
 
B C D E G I S Z 
Skip navigation links

Copyright © 2018. All Rights Reserved.