Class EventWithMetadata$


  • public class EventWithMetadata$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EventWithMetadata$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <E> EventWithMetadata<E> apply​(E event, java.lang.Object metadata)  
      <E> EventWithMetadata<E> apply​(E event, scala.collection.immutable.Seq<java.lang.Object> metadataEntries)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final EventWithMetadata$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • EventWithMetadata$

        public EventWithMetadata$()
    • Method Detail

      • apply

        public <E> EventWithMetadata<E> apply​(E event,
                                              java.lang.Object metadata)
      • apply

        public <E> EventWithMetadata<E> apply​(E event,
                                              scala.collection.immutable.Seq<java.lang.Object> metadataEntries)