Class NoOpEventAdapter<E>


  • public class NoOpEventAdapter<E>
    extends EventAdapter<E,​java.lang.Object>
    INTERNAL API
    • Constructor Detail

      • NoOpEventAdapter

        public NoOpEventAdapter()
    • Method Detail

      • toJournal

        public java.lang.Object toJournal​(E e)
        Description copied from class: EventAdapter
        Transform event on the way to the journal
        Specified by:
        toJournal in class EventAdapter<E,​java.lang.Object>
        Parameters:
        e - (undocumented)
        Returns:
        (undocumented)
      • fromJournal

        public E fromJournal​(java.lang.Object p)
        Description copied from class: EventAdapter
        Transform the event on recovery from the journal. Note that this is not called in any read side so will need to be applied manually when using Query.
        Specified by:
        fromJournal in class EventAdapter<E,​java.lang.Object>
        Parameters:
        p - (undocumented)
        Returns:
        (undocumented)