Skip navigation links
C G O T 

C

CloudEventConverter<T> - Interface in org.occurrent.application.converter
A cloud event converter interface that is used by Occurrent application services to convert to and from domain events.

G

GenericCloudEventConverter<T> - Class in org.occurrent.application.converter.generic
A generic implementation of a CloudEventConverter that takes two functions, that converts between a cloud event and a domain event and vice versa.
GenericCloudEventConverter(Function<CloudEvent, T>, Function<T, CloudEvent>) - Constructor for class org.occurrent.application.converter.generic.GenericCloudEventConverter
 

O

org.occurrent.application.converter - package org.occurrent.application.converter
 
org.occurrent.application.converter.generic - package org.occurrent.application.converter.generic
 

T

toCloudEvent(T) - Method in interface org.occurrent.application.converter.CloudEventConverter
Convert a domain event into a cloud event
toCloudEvent(T) - Method in class org.occurrent.application.converter.generic.GenericCloudEventConverter
 
toDomainEvent(CloudEvent) - Method in interface org.occurrent.application.converter.CloudEventConverter
Convert a cloud event to a domain event
toDomainEvent(CloudEvent) - Method in class org.occurrent.application.converter.generic.GenericCloudEventConverter
 
C G O T 
Skip navigation links

Copyright © 2021. All rights reserved.