Interface TerminalContextAware
-
- All Implemented Interfaces:
public interface TerminalContextAwareAt the Service layer, indicate the class has side effects, is context-dependent.
- Since:
2022-11-21
trydofor
-
-
Method Summary
Modifier and Type Method Description TerminalContext.ContextgetTerminalContext()-
-
Method Detail
-
getTerminalContext
@NotNull() TerminalContext.Context getTerminalContext()
-
-
-
-