Package com.tick42.glue.core
Interface GlueEvent.Subscription<E>
-
- All Superinterfaces:
AsynchronousCloseable,AutoCloseable
public static interface GlueEvent.Subscription<E> extends AsynchronousCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReifiedType<E>getEventType()-
Methods inherited from interface com.tick42.glue.core.AsynchronousCloseable
close, closeAsync, onClose
-
-
-
-
Method Detail
-
getEventType
ReifiedType<E> getEventType()
-
-