Interface ContextAction


public interface ContextAction
Interface to represent arbitrary action that requires to have Context object associated with the current thread for its execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    Execute action using the supplied Context instance.
  • Method Details