Class SnapshotMessageDecoder

java.lang.Object
de.otto.synapse.translator.AbstractTextDecoder<SnapshotMessage>
de.otto.synapse.compaction.s3.SnapshotMessageDecoder
All Implemented Interfaces:
de.otto.synapse.translator.Decoder<SnapshotMessage>, java.util.function.Function<SnapshotMessage,​de.otto.synapse.message.TextMessage>

public class SnapshotMessageDecoder
extends de.otto.synapse.translator.AbstractTextDecoder<SnapshotMessage>
  • Constructor Summary

    Constructors
    Constructor Description
    SnapshotMessageDecoder()  
  • Method Summary

    Modifier and Type Method Description
    de.otto.synapse.message.TextMessage apply​(SnapshotMessage snapshotMessage)  

    Methods inherited from class de.otto.synapse.translator.AbstractTextDecoder

    decode

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • SnapshotMessageDecoder

      public SnapshotMessageDecoder()
  • Method Details

    • apply

      public de.otto.synapse.message.TextMessage apply​(SnapshotMessage snapshotMessage)