Class Emitter.Skip

  • All Implemented Interfaces:
    Emitter
    Enclosing interface:
    Emitter

    public static class Emitter.Skip
    extends java.lang.Object
    implements Emitter
    • Constructor Summary

      Constructors 
      Constructor Description
      Skip()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<?> emit​(java.util.Collection<? extends Event> event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.basestar.event.Emitter

        emit
    • Constructor Detail

      • Skip

        public Skip()
    • Method Detail

      • emit

        public java.util.concurrent.CompletableFuture<?> emit​(java.util.Collection<? extends Event> event)
        Specified by:
        emit in interface Emitter