Uses of Interface
io.fluxzero.common.handling.MessageFilter
Packages that use MessageFilter
-
Uses of MessageFilter in io.fluxzero.common.handling
Fields in io.fluxzero.common.handling declared as MessageFilterMethods in io.fluxzero.common.handling that return MessageFilterModifier and TypeMethodDescriptionstatic <M> MessageFilter<M> MessageFilter.allowAll()default MessageFilter<M> MessageFilter.and(@NonNull MessageFilter<? super M> second) Combines this filter with another using logical AND.default MessageFilter<? super M> MessageFilter.prepare(Executable executable, Class<? extends Annotation> handlerAnnotation, Class<?> targetClass) Returns a filter prepared for the supplied handler method.Methods in io.fluxzero.common.handling with parameters of type MessageFilterModifier and TypeMethodDescriptiondefault MessageFilter<M> MessageFilter.and(@NonNull MessageFilter<? super M> second) Combines this filter with another using logical AND.