Interface TaskIdGenerator
- All Known Implementing Classes:
DefaultTaskIdGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy for generating task identifiers.
-
Method Summary
-
Method Details
-
generateTaskId
Generates a task identifier.- Parameters:
meta- the request metadata, ornullsessionId- the current session identifier, ornull- Returns:
- a unique task identifier
-