Index

A B C D E G H I L M O P R S T W 
All Classes and Interfaces|All Packages

A

accept(Message<?>) - Method in class sk.antons.siutils.file.AcceptOnceFileReleaser
 
accept(Message<?>) - Method in class sk.antons.siutils.handler.AdhocMessageConsumer
 
accept(Message<?>) - Method in class sk.antons.siutils.handler.MessageConsumer
Process message data.
accept(Message<?>) - Method in class sk.antons.siutils.log.SlfHandler
 
AcceptOnceFileReleaser - Class in sk.antons.siutils.file
Releases file from AcceptOnceFileListFilter instance.
AcceptOnceFileReleaser(AcceptOnceFileListFilter<File>) - Constructor for class sk.antons.siutils.file.AcceptOnceFileReleaser
 
action(Runnable) - Method in class sk.antons.siutils.core.MessageSourceBatchAction
 
AdhocMessageConsumer - Class in sk.antons.siutils.handler
Simple service call message handler.
AdhocMessageConsumer(Consumer<Message<?>>) - Constructor for class sk.antons.siutils.handler.AdhocMessageConsumer
 
after() - Method in class sk.antons.siutils.core.MessageSourceBatchAction
 
async(boolean) - Method in class sk.antons.siutils.core.MessageSourceBatchAction
 

B

before() - Method in class sk.antons.siutils.core.MessageSourceBatchAction
 

C

comparator(Comparator<File>) - Method in class sk.antons.siutils.file.SortedDirectoryScanner
 
condition(BooleanSupplier) - Method in class sk.antons.siutils.core.OnOffMessageSource
 
consumeBy(Consumer<Message<?>>) - Static method in class sk.antons.siutils.handler.AdhocMessageConsumer
 

D

debug(Logger, String, Object...) - Method in class sk.antons.siutils.log.SlfHandler.Lg
 
DevNullHandler - Class in sk.antons.siutils.handler
Do nothing just terminate flow by returning null message.
DevNullHandler() - Constructor for class sk.antons.siutils.handler.DevNullHandler
 

E

error(Logger, String, Object...) - Method in class sk.antons.siutils.log.SlfHandler.Lg
 

G

getFilter() - Method in class sk.antons.siutils.file.RealHeadDirectoryScanner
 
getIntegrationPatternType() - Method in class sk.antons.siutils.core.InactivityDelayMessageSource
 
getIntegrationPatternType() - Method in class sk.antons.siutils.core.OnOffMessageSource
 
getLocker() - Method in class sk.antons.siutils.file.RealHeadDirectoryScanner
 

H

header() - Method in class sk.antons.siutils.log.SlfHandler.Lg
 
header(Object) - Method in class sk.antons.siutils.log.SlfHandler.Lg
 

I

inactivityDelay(Duration) - Method in class sk.antons.siutils.core.InactivityDelayMessageSource
 
InactivityDelayMessageSource<T> - Class in sk.antons.siutils.core
Makes delay after delegated message source returns null.
InactivityDelayMessageSource(MessageSource<T>) - Constructor for class sk.antons.siutils.core.InactivityDelayMessageSource
 
info(Logger, String, Object...) - Method in class sk.antons.siutils.log.SlfHandler.Lg
 
instance() - Static method in class sk.antons.siutils.file.SortedDirectoryScanner
 

L

Lg(Message<?>) - Constructor for class sk.antons.siutils.log.SlfHandler.Lg
 
listEligibleFiles(File) - Method in class sk.antons.siutils.file.SortedDirectoryScanner
 
listFiles(File) - Method in class sk.antons.siutils.file.RealHeadDirectoryScanner
 

M

message() - Method in class sk.antons.siutils.log.SlfHandler.Lg
 
MessageConsumer - Class in sk.antons.siutils.handler
Simple service call message handler.
MessageConsumer() - Constructor for class sk.antons.siutils.handler.MessageConsumer
 
MessageSourceBatchAction<T> - Class in sk.antons.siutils.core
Batch is continuous sequence of non null messages given by delegated message source.
MessageSourceBatchAction(MessageSource<T>) - Constructor for class sk.antons.siutils.core.MessageSourceBatchAction
 

O

of() - Static method in class sk.antons.siutils.handler.DevNullHandler
 
of(Function<SlfHandler.Lg, SlfHandler.Lg>) - Static method in class sk.antons.siutils.log.SlfHandler
 
of(MessageSource<P>) - Static method in class sk.antons.siutils.core.InactivityDelayMessageSource
 
of(MessageSource<P>) - Static method in class sk.antons.siutils.core.MessageSourceBatchAction
 
of(MessageSource<P>) - Static method in class sk.antons.siutils.core.OnOffMessageSource
 
of(AcceptOnceFileListFilter) - Static method in class sk.antons.siutils.file.AcceptOnceFileReleaser
 
of(Message<?>) - Static method in class sk.antons.siutils.log.SlfHandler.Lg
 
OnOffMessageSource<T> - Class in sk.antons.siutils.core
Delegate MessageSource functionality to given messageSource only if given condition return true; (if there is no condition functionality is delegated always)
OnOffMessageSource(MessageSource<T>) - Constructor for class sk.antons.siutils.core.OnOffMessageSource
 

P

payload() - Method in class sk.antons.siutils.log.SlfHandler.Lg
 
processMessage(Message<?>) - Method in class sk.antons.siutils.handler.DevNullHandler
 
processMessage(Message<?>) - Method in class sk.antons.siutils.handler.MessageConsumer
 

R

RealHeadDirectoryScanner - Class in sk.antons.siutils.file
 
RealHeadDirectoryScanner(int) - Constructor for class sk.antons.siutils.file.RealHeadDirectoryScanner
 
receive() - Method in class sk.antons.siutils.core.InactivityDelayMessageSource
 
receive() - Method in class sk.antons.siutils.core.OnOffMessageSource
 

S

setFilter(FileListFilter<File>) - Method in class sk.antons.siutils.file.RealHeadDirectoryScanner
 
setLocker(FileLocker) - Method in class sk.antons.siutils.file.RealHeadDirectoryScanner
 
sk.antons.siutils.core - package sk.antons.siutils.core
 
sk.antons.siutils.file - package sk.antons.siutils.file
 
sk.antons.siutils.handler - package sk.antons.siutils.handler
 
sk.antons.siutils.log - package sk.antons.siutils.log
 
SlfHandler - Class in sk.antons.siutils.log
API for logging in flows.
SlfHandler(Function<SlfHandler.Lg, SlfHandler.Lg>) - Constructor for class sk.antons.siutils.log.SlfHandler
 
SlfHandler.Lg - Class in sk.antons.siutils.log
 
SortedDirectoryScanner - Class in sk.antons.siutils.file
Derives functionality from DefaultDirectoryScanner, just sort files by given comparator.
SortedDirectoryScanner() - Constructor for class sk.antons.siutils.file.SortedDirectoryScanner
 

T

trace(Logger, String, Object...) - Method in class sk.antons.siutils.log.SlfHandler.Lg
 
tryClaim(File) - Method in class sk.antons.siutils.file.RealHeadDirectoryScanner
 

W

warn(Logger, String, Object...) - Method in class sk.antons.siutils.log.SlfHandler.Lg
 
A B C D E G H I L M O P R S T W 
All Classes and Interfaces|All Packages