Interface ExecutorAwareMessage

  • All Superinterfaces:
    Message, Serializable
    All Known Implementing Classes:
    GridJobExecuteRequest

    public interface ExecutorAwareMessage
    extends Message
    Message with specified custom executor must be processed in the appropriate thread pool.
    • Method Detail

      • executorName

        @Nullable
        @Nullable String executorName()
        Returns:
        Custom executor name. null In case the custom executor is not provided.