public interface TaskLogProtocol
extends org.ametiste.laplatform.sdk.protocol.Protocol
Connect defines queries to task log, clients may use this protocol to retrieve access to tasks termination history and other log data related to tasks termination and lifecycle.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.UUID> |
findIdentifiers(java.util.function.Consumer<org.ametiste.routine.sdk.domain.TaskFilter> filter,
int offset,
int limit)
Queries task log for entries identifiers list using given filter and page parameters.
|
java.util.List<java.util.UUID> findIdentifiers(java.util.function.Consumer<org.ametiste.routine.sdk.domain.TaskFilter> filter,
int offset,
int limit)
Queries task log for entries identifiers list using given filter and page parameters.
filter - log filter criteria builderoffset - entries page offsetlimit - entries limit per page