Interface TaskNameResolver

All Known Implementing Classes:
SimpleTaskNameResolver

public interface TaskNameResolver
Strategy interface for customizing how the name of a task is determined.
Author:
Michael Minella
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getTaskName

      String getTaskName()
      Returns:
      the name of the task being executed within this context.