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