Interface ExecutiveContext

    • Method Detail

      • isRequestNoTeamOversight

        boolean isRequestNoTeamOversight()

        Indicates if requesting no TeamOversight.

        The Executive may ignore this request.

        Returns:
        true to request no TeamOversight.
      • createThreadFactory

        java.util.concurrent.ThreadFactory createThreadFactory​(java.lang.String teamName)

        Creates a ThreadFactory for the Team name.

        The Executive may decide to create multiple Team instances for the actual Team. This allows identifying which Thread will belong to each Team.

        Parameters:
        teamName - Name of the Team.
        Returns:
        ThreadFactory.