Class OutboxService

java.lang.Object
one.tomorrow.transactionaloutbox.service.OutboxService

@Service
public class OutboxService
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  OutboxService.Header  
  • Constructor Summary

    Constructors 
    Constructor Description
    OutboxService​(OutboxRepository repository)  
  • Method Summary

    Modifier and Type Method Description
    <T extends com.google.protobuf.Message>
    OutboxRecord
    saveForPublishing​(java.lang.String topic, java.lang.String key, T event, OutboxService.Header... headers)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait