Index

C E G I P S W 
All Classes and Interfaces|All Packages

C

com.aim2be.platform.errorevent - package com.aim2be.platform.errorevent
 

E

ErrorEventAutoConfiguration - Class in com.aim2be.platform.errorevent
Auto-configuration for the error-event Kafka stream (ADR-0015).
ErrorEventAutoConfiguration() - Constructor for class com.aim2be.platform.errorevent.ErrorEventAutoConfiguration
 
errorEventOutboxWriter(OutboxPublisher, ErrorEventProperties) - Method in class com.aim2be.platform.errorevent.ErrorEventAutoConfiguration
The REQUIRES_NEW outbox writer.
ErrorEventOutboxWriter - Class in com.aim2be.platform.errorevent
Writes a serialized ErrorEvent to the ADR-0014 outbox in an independent (Propagation.REQUIRES_NEW) transaction.
ErrorEventOutboxWriter(OutboxPublisher, String) - Constructor for class com.aim2be.platform.errorevent.ErrorEventOutboxWriter
 
ErrorEventProperties - Class in com.aim2be.platform.errorevent
Configuration for the error-event Kafka stream (ADR-0015).
ErrorEventProperties() - Constructor for class com.aim2be.platform.errorevent.ErrorEventProperties
 
errorEventPublisher(ErrorEventOutboxWriter) - Method in class com.aim2be.platform.errorevent.ErrorEventAutoConfiguration
 
ErrorEventPublisher - Class in com.aim2be.platform.errorevent
Best-effort facade for the error-event Kafka stream (ADR-0015).
ErrorEventPublisher(ErrorEventOutboxWriter) - Constructor for class com.aim2be.platform.errorevent.ErrorEventPublisher
 

G

getTopic() - Method in class com.aim2be.platform.errorevent.ErrorEventProperties
 

I

isEnabled() - Method in class com.aim2be.platform.errorevent.ErrorEventProperties
 

P

publish(ErrorEvent) - Method in class com.aim2be.platform.errorevent.ErrorEventPublisher
Durably records the error event (via the outbox, in an independent transaction).

S

setEnabled(boolean) - Method in class com.aim2be.platform.errorevent.ErrorEventProperties
 
setTopic(String) - Method in class com.aim2be.platform.errorevent.ErrorEventProperties
 

W

write(ErrorEvent) - Method in class com.aim2be.platform.errorevent.ErrorEventOutboxWriter
Persists the serialized event to the outbox in a new transaction and returns the outbox-issued eventId.
C E G I P S W 
All Classes and Interfaces|All Packages