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.ConsumergetConsumer()java.lang.ClassgetEventType()java.lang.StringgetId()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()
-