Skip navigation links
B C D E G H I S T Z 

B

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

C

CLOUD_EVENTS_VERSION_KEY - Static variable in interface io.cloudevents.CloudEvent
 
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

EVENT_ID_KEY - Static variable in interface io.cloudevents.CloudEvent
 
EVENT_TIME_KEY - Static variable in interface io.cloudevents.CloudEvent
 
EVENT_TYPE_KEY - Static variable in interface io.cloudevents.CloudEvent
 
EVENT_TYPE_VERSION_KEY - Static variable in interface io.cloudevents.CloudEvent
 
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
 

H

HEADER_PREFIX - Static variable in interface io.cloudevents.CloudEvent
 

I

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

S

SCHEMA_URL_KEY - Static variable in interface io.cloudevents.CloudEvent
 
schemaURL(URI) - Method in class io.cloudevents.CloudEventBuilder
A link to the schema that the data attribute adheres to.
serialize(ZonedDateTime, JsonGenerator, SerializerProvider) - Method in class io.cloudevents.impl.ZonedDateTimeSerializer
 
source(URI) - Method in class io.cloudevents.CloudEventBuilder
This describes the event producer.
SOURCE_KEY - Static variable in interface io.cloudevents.CloudEvent
 

T

toString() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 

Z

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

Copyright © 2018. All Rights Reserved.