Class SnapshotWriteService


  • public class SnapshotWriteService
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String writeSnapshot​(java.lang.String channelName, de.otto.synapse.channel.ChannelPosition position, de.otto.synapse.state.StateRepository<java.lang.String> stateRepository)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SnapshotWriteService

        public SnapshotWriteService​(software.amazon.awssdk.services.s3.S3Client s3Client,
                                    SnapshotProperties properties)
      • SnapshotWriteService

        public SnapshotWriteService​(software.amazon.awssdk.services.s3.S3Client s3Client,
                                    SnapshotProperties properties,
                                    org.slf4j.Marker marker)
    • Method Detail

      • writeSnapshot

        public java.lang.String writeSnapshot​(java.lang.String channelName,
                                              de.otto.synapse.channel.ChannelPosition position,
                                              de.otto.synapse.state.StateRepository<java.lang.String> stateRepository)
                                       throws java.io.IOException
        Throws:
        java.io.IOException