Interface ServiceContext<T>


public interface ServiceContext<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(T processContext)
     
  • Method Details

    • execute

      T execute(T processContext)