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