Skip navigation links
A C D E F G I R S T W 

A

ATTRIBUTES_TO_HEADERS - Static variable in class io.cloudevents.spring.http.CloudEventsHeaders
 

C

canDecode(ResolvableType, MimeType) - Method in class io.cloudevents.spring.codec.CloudEventDecoder
 
canEncode(ResolvableType, MimeType) - Method in class io.cloudevents.spring.codec.CloudEventEncoder
 
canRead(ResolvableType, MediaType) - Method in class io.cloudevents.spring.webflux.CloudEventHttpMessageReader
 
canWrite(ResolvableType, MediaType) - Method in class io.cloudevents.spring.webflux.CloudEventHttpMessageWriter
 
CE_PREFIX - Static variable in class io.cloudevents.spring.http.CloudEventsHeaders
 
CE_PREFIX - Static variable in class io.cloudevents.spring.messaging.CloudEventsHeaders
 
CloudEventContextUtils - Class in io.cloudevents.spring.messaging
Utility class for copying message headers to and from CloudEventContext.
CloudEventContextUtils() - Constructor for class io.cloudevents.spring.messaging.CloudEventContextUtils
 
CloudEventDecoder - Class in io.cloudevents.spring.codec
Encoder for CloudEvents.
CloudEventDecoder() - Constructor for class io.cloudevents.spring.codec.CloudEventDecoder
 
CloudEventEncoder - Class in io.cloudevents.spring.codec
Encoder for CloudEvents.
CloudEventEncoder() - Constructor for class io.cloudevents.spring.codec.CloudEventEncoder
 
CloudEventHttpMessageConverter - Class in io.cloudevents.spring.mvc
An HttpMessageConverter for CloudEvents.
CloudEventHttpMessageConverter() - Constructor for class io.cloudevents.spring.mvc.CloudEventHttpMessageConverter
 
CloudEventHttpMessageReader - Class in io.cloudevents.spring.webflux
A reactive HttpMessageReader for CloudEvents, converting from an HTTP request to a CloudEvent.
CloudEventHttpMessageReader() - Constructor for class io.cloudevents.spring.webflux.CloudEventHttpMessageReader
 
CloudEventHttpMessageWriter - Class in io.cloudevents.spring.webflux
A reactive HttpMessageWriter for CloudEvents, converting from a CloudEvent to an HTTP response.
CloudEventHttpMessageWriter() - Constructor for class io.cloudevents.spring.webflux.CloudEventHttpMessageWriter
 
CloudEventHttpUtils - Class in io.cloudevents.spring.http
Miscellaneous utility methods to assist with Cloud Events in the context of Spring Web frameworks.
CloudEventMessageConverter - Class in io.cloudevents.spring.messaging
A MessageConverter that can translate to and from a Message<byte[]> or Message<String> and a CloudEvent.
CloudEventMessageConverter() - Constructor for class io.cloudevents.spring.messaging.CloudEventMessageConverter
 
CloudEventsHeaders - Class in io.cloudevents.spring.http
 
CloudEventsHeaders() - Constructor for class io.cloudevents.spring.http.CloudEventsHeaders
 
CloudEventsHeaders - Class in io.cloudevents.spring.messaging
 
CloudEventsHeaders() - Constructor for class io.cloudevents.spring.messaging.CloudEventsHeaders
 
CONTENT_TYPE - Static variable in class io.cloudevents.spring.messaging.CloudEventsHeaders
 

D

decode(DataBuffer, ResolvableType, MimeType, Map<String, Object>) - Method in class io.cloudevents.spring.codec.CloudEventDecoder
 

E

encode(CloudEvent, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class io.cloudevents.spring.codec.CloudEventEncoder
 
encodeValue(CloudEvent, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - Method in class io.cloudevents.spring.codec.CloudEventEncoder
 

F

fromHttp(HttpHeaders) - Static method in class io.cloudevents.spring.http.CloudEventHttpUtils
Helper method for converting HttpHeaders to a CloudEvent.
fromMap(Map<String, Object>) - Static method in class io.cloudevents.spring.messaging.CloudEventContextUtils
Helper method for converting MessageHeaders to a CloudEventContext.
fromMessage(Message<?>, Class<?>) - Method in class io.cloudevents.spring.messaging.CloudEventMessageConverter
 

G

getReadableMediaTypes() - Method in class io.cloudevents.spring.webflux.CloudEventHttpMessageReader
 
getWritableMediaTypes() - Method in class io.cloudevents.spring.webflux.CloudEventHttpMessageWriter
 

I

io.cloudevents.spring.codec - package io.cloudevents.spring.codec
Provides classes related to working with Cloud Events within the context of Spring and byte buffers.
io.cloudevents.spring.http - package io.cloudevents.spring.http
Provides classes related to working with Cloud Events within the context of Spring and HTTP.
io.cloudevents.spring.messaging - package io.cloudevents.spring.messaging
Provides classes related to working with Cloud Events within the context of Spring Messaging.
io.cloudevents.spring.mvc - package io.cloudevents.spring.mvc
Provides classes related to working with Cloud Events within the context of Spring MVC.
io.cloudevents.spring.webflux - package io.cloudevents.spring.webflux
Provides classes related to working with Cloud Events within the context of Spring WebFlux.

R

read(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class io.cloudevents.spring.webflux.CloudEventHttpMessageReader
 
readInternal(Class<? extends CloudEvent>, HttpInputMessage) - Method in class io.cloudevents.spring.mvc.CloudEventHttpMessageConverter
 
readMono(ResolvableType, ReactiveHttpInputMessage, Map<String, Object>) - Method in class io.cloudevents.spring.webflux.CloudEventHttpMessageReader
 

S

SPEC_VERSION - Static variable in class io.cloudevents.spring.http.CloudEventsHeaders
 
SPEC_VERSION - Static variable in class io.cloudevents.spring.messaging.CloudEventsHeaders
 
supports(Class<?>) - Method in class io.cloudevents.spring.mvc.CloudEventHttpMessageConverter
 

T

toHttp(CloudEventContext) - Static method in class io.cloudevents.spring.http.CloudEventHttpUtils
Helper method for extracting HttpHeaders from a CloudEvent.
toMap(CloudEventContext) - Static method in class io.cloudevents.spring.messaging.CloudEventContextUtils
Helper method for extracting MessageHeaders from a CloudEventContext.
toMessage(Object, MessageHeaders) - Method in class io.cloudevents.spring.messaging.CloudEventMessageConverter
 
toReader(HttpHeaders, Supplier<byte[]>) - Static method in class io.cloudevents.spring.http.CloudEventHttpUtils
Create a MessageReader to convert an HTTP request to a CloudEvent.
toWriter(HttpHeaders, Consumer<byte[]>) - Static method in class io.cloudevents.spring.http.CloudEventHttpUtils
Create an HttpMessageWriter that can hand off a CloudEvent to an HTTP response.

W

write(Publisher<? extends CloudEvent>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - Method in class io.cloudevents.spring.webflux.CloudEventHttpMessageWriter
 
writeInternal(CloudEvent, HttpOutputMessage) - Method in class io.cloudevents.spring.mvc.CloudEventHttpMessageConverter
 
A C D E F G I R S T W 
Skip navigation links

Copyright © 2023. All rights reserved.