Interface IEventSubscription

All Superinterfaces:
IDisposable
All Known Implementing Classes:
DisposableWrapper

public interface IEventSubscription
extends IDisposable
  • Method Summary

    Modifier and Type Method Description
    java.util.function.Consumer getConsumer()  
    java.lang.Class getEventType()  
    java.lang.String getId()  

    Methods inherited from interface com.github.philippheuer.events4j.api.domain.IDisposable

    dispose, isDisposed
  • Method Details

    • getId

      java.lang.String getId()
    • getEventType

      java.lang.Class getEventType()
    • getConsumer

      java.util.function.Consumer getConsumer()