Skip navigation links
B C D E F G H I S T V 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.2 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, ZonedDateTime, URI, String, T, List<Extension>) - Constructor for class io.cloudevents.impl.DefaultCloudEventImpl
 
deserialize(JsonParser, DeserializationContext) - Method in class io.cloudevents.impl.ZonedDateTimeDeserializer
 
DistributedTracingExtension - Class in io.cloudevents.extensions
 
DistributedTracingExtension() - Constructor for class io.cloudevents.extensions.DistributedTracingExtension
 

E

extension(Extension) - Method in class io.cloudevents.CloudEventBuilder
 
Extension - Interface in io.cloudevents
 

F

fromVersion(String) - Static method in enum io.cloudevents.SpecVersion
 

G

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
 
getExtensions() - Method in interface io.cloudevents.CloudEvent
 
getExtensions() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getHttpAttributesForSpec(SpecVersion) - Static method in interface io.cloudevents.http.HttpTransportAttributes
 
getId() - Method in interface io.cloudevents.CloudEvent
ID of the event.
getId() - 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
 
getSpecVersion() - Method in interface io.cloudevents.CloudEvent
The version of the CloudEvents specification which the event uses.
getSpecVersion() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getTime() - Method in interface io.cloudevents.CloudEvent
Timestamp of when the event happened.
getTime() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
getTraceparent() - Method in class io.cloudevents.extensions.DistributedTracingExtension
 
getTracestate() - Method in class io.cloudevents.extensions.DistributedTracingExtension
 
getType() - Method in interface io.cloudevents.CloudEvent
Type of occurrence which has happened.
getType() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 

H

HttpTransportAttributes - Interface in io.cloudevents.http
 

I

id(String) - Method in class io.cloudevents.CloudEventBuilder
ID of the event.
idKey() - Method in interface io.cloudevents.http.HttpTransportAttributes
 
idKey() - Method in class io.cloudevents.http.V01HttpTransportMappers
 
idKey() - Method in class io.cloudevents.http.V02HttpTransportMappers
 
io.cloudevents - package io.cloudevents
 
io.cloudevents.extensions - package io.cloudevents.extensions
 
io.cloudevents.http - package io.cloudevents.http
 
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.
schemaUrlKey() - Method in interface io.cloudevents.http.HttpTransportAttributes
 
schemaUrlKey() - Method in class io.cloudevents.http.V01HttpTransportMappers
 
schemaUrlKey() - Method in class io.cloudevents.http.V02HttpTransportMappers
 
serialize(ZonedDateTime, JsonGenerator, SerializerProvider) - Method in class io.cloudevents.impl.ZonedDateTimeSerializer
 
setTraceparent(String) - Method in class io.cloudevents.extensions.DistributedTracingExtension
 
setTracestate(String) - Method in class io.cloudevents.extensions.DistributedTracingExtension
 
source(URI) - Method in class io.cloudevents.CloudEventBuilder
This describes the event producer.
sourceKey() - Method in interface io.cloudevents.http.HttpTransportAttributes
 
sourceKey() - Method in class io.cloudevents.http.V01HttpTransportMappers
 
SPEC_VERSION_KEY - Static variable in class io.cloudevents.http.V01HttpTransportMappers
 
SPEC_VERSION_KEY - Static variable in class io.cloudevents.http.V02HttpTransportMappers
 
specVersion(String) - Method in class io.cloudevents.CloudEventBuilder
The version of the CloudEvents specification which the event uses.
SpecVersion - Enum in io.cloudevents
 
specVersionKey() - Method in interface io.cloudevents.http.HttpTransportAttributes
 
specVersionKey() - Method in class io.cloudevents.http.V01HttpTransportMappers
 
specVersionKey() - Method in class io.cloudevents.http.V02HttpTransportMappers
 

T

time(ZonedDateTime) - Method in class io.cloudevents.CloudEventBuilder
Timestamp of when the event happened.
timeKey() - Method in interface io.cloudevents.http.HttpTransportAttributes
 
timeKey() - Method in class io.cloudevents.http.V01HttpTransportMappers
 
timeKey() - Method in class io.cloudevents.http.V02HttpTransportMappers
 
toString() - Method in class io.cloudevents.extensions.DistributedTracingExtension
 
toString() - Method in class io.cloudevents.impl.DefaultCloudEventImpl
 
toString() - Method in enum io.cloudevents.SpecVersion
 
type(String) - Method in class io.cloudevents.CloudEventBuilder
Type of occurrence which has happened.
typeKey() - Method in interface io.cloudevents.http.HttpTransportAttributes
 
typeKey() - Method in class io.cloudevents.http.V01HttpTransportMappers
 
typeKey() - Method in class io.cloudevents.http.V02HttpTransportMappers
 

V

V01HttpTransportMappers - Class in io.cloudevents.http
 
V01HttpTransportMappers() - Constructor for class io.cloudevents.http.V01HttpTransportMappers
 
V02HttpTransportMappers - Class in io.cloudevents.http
 
V02HttpTransportMappers() - Constructor for class io.cloudevents.http.V02HttpTransportMappers
 
valueOf(String) - Static method in enum io.cloudevents.SpecVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.cloudevents.SpecVersion
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in enum io.cloudevents.SpecVersion
 

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 F G H I S T V Z 
Skip navigation links

Copyright © 2018. All Rights Reserved.