Class 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • SnapshotMessageDecoder

        public SnapshotMessageDecoder()
    • Method Detail

      • apply

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