Class TracingService.HeadersOnlyTraceOutboxRecordProcessingResult
java.lang.Object
one.tomorrow.transactionaloutbox.tracing.TracingService.TraceOutboxRecordProcessingResult
one.tomorrow.transactionaloutbox.tracing.TracingService.HeadersOnlyTraceOutboxRecordProcessingResult
- Enclosing interface:
- TracingService
public static class TracingService.HeadersOnlyTraceOutboxRecordProcessingResult
extends TracingService.TraceOutboxRecordProcessingResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMust be invoked once the outbox record was successfully sent to KafkavoidMust be invoked if the outbox record could not be sent to KafkaMethods inherited from class one.tomorrow.transactionaloutbox.tracing.TracingService.TraceOutboxRecordProcessingResult
canEqual, equals, getHeaders, hashCode, toString
-
Constructor Details
-
HeadersOnlyTraceOutboxRecordProcessingResult
-
-
Method Details
-
publishCompleted
public void publishCompleted()Description copied from class:TracingService.TraceOutboxRecordProcessingResultMust be invoked once the outbox record was successfully sent to Kafka- Specified by:
publishCompletedin classTracingService.TraceOutboxRecordProcessingResult
-
publishFailed
Description copied from class:TracingService.TraceOutboxRecordProcessingResultMust be invoked if the outbox record could not be sent to Kafka- Specified by:
publishFailedin classTracingService.TraceOutboxRecordProcessingResult
-