Interface ManagedExecutorServiceBase

    • Method Detail

      • getThreadPriority

        @Min(0L)
        @Min(0L) String getThreadPriority()
        Gets the value of the threadPriority property.
        Returns:
        possible object is String
      • getLongRunningTasks

        String getLongRunningTasks()
        Gets the value of the longRunningTasks property.
        Returns:
        possible object is String
      • getHungAfterSeconds

        @Min(0L)
        @Min(0L) String getHungAfterSeconds()
        Gets the value of the hungAfterSeconds property.
        Returns:
        possible object is String
      • getCorePoolSize

        @Min(0L)
        @Min(0L) String getCorePoolSize()
        Gets the value of the corePoolSize property.
        Returns:
        possible object is String
      • getKeepAliveSeconds

        @Min(0L)
        @Min(0L) String getKeepAliveSeconds()
        Gets the value of the keepAlivesSeconds property.
        Returns:
        possible object is String
      • getThreadLifetimeSeconds

        @Min(0L)
        @Min(0L) String getThreadLifetimeSeconds()
        Gets the value of the threadLifetimeSeconds property.
        Returns:
        possible object is String
      • getContext

        String getContext()
        Gets the value of the context property.
        Returns:
        possible object is String