Class OutboxService
java.lang.Object
one.tomorrow.transactionaloutbox.service.OutboxService
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends com.google.protobuf.Message>
OutboxRecordsaveForPublishing(String topic, String key, T event, OutboxService.Header... headers)
-
Constructor Details
-
OutboxService
-
-
Method Details
-
saveForPublishing
public <T extends com.google.protobuf.Message> OutboxRecord saveForPublishing(String topic, String key, T event, OutboxService.Header... headers)
-