Package sk.antons.web.filter.log
Interface ConsumerStatus
-
- All Known Implementing Classes:
LogConsumerStatus
public interface ConsumerStatusGeneric log message consumer status. Log filter checks consumer status by this method. This mechanism allow to be independent to concrete logging library. Simple implementation is() -> { log.iaDebugEnabled(); }- Author:
- antons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisConsumerOn()Checks if consumer can process messages.
-