@FunctionalInterface public interface NamedTask
NamedTask
interface should be implemented by any task that needs to have an identification and enhanced
atomicity upon scheduling the task.Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the task.
|
String getName()
DuplicateTaskException
will be thrown and the task will be rejected.Copyright © 2023 Hazelcast, Inc.. All rights reserved.