-
-
Field Summary
Fields Modifier and Type Field Description private final Teventprivate final SuspendFunction1<Context<T>, Boolean>currentFilterprivate final List<Handler<T>>nextHandlersprivate final Exceptionexceptionprivate final Map<Object, Object>attributes
-
Method Summary
Modifier and Type Method Description final TgetEvent()final SuspendFunction1<Context<T>, Boolean>getCurrentFilter()final List<Handler<T>>getNextHandlers()final ExceptiongetException()final Map<Object, Object>getAttributes()final Context<T>next()-
-
Method Detail
-
getCurrentFilter
final SuspendFunction1<Context<T>, Boolean> getCurrentFilter()
-
getNextHandlers
final List<Handler<T>> getNextHandlers()
-
getException
final Exception getException()
-
getAttributes
final Map<Object, Object> getAttributes()
-
-
-
-