Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addFailureException(Throwable) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Add the provided throwable to the failure exception list.
- afterChunk(ChunkContext) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
- afterChunkError(ChunkContext) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
- afterJob(JobExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
- afterProcess(Object, Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
- afterRead(Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
- afterStep(StepExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
- afterWrite(Chunk) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
B
- BATCH_EXCEPTION - Static variable in class org.springframework.cloud.task.batch.listener.support.BatchJobHeaders
-
Key of the batch exception message.
- BATCH_LISTENER_EVENT_TYPE - Static variable in class org.springframework.cloud.task.batch.listener.support.BatchJobHeaders
-
Name of the batch listener event type.
- BatchEventAutoConfiguration - Class in org.springframework.cloud.task.batch.listener
-
Autoconfigures Spring Batch listeners designed to emit events on the following channels.
- BatchEventAutoConfiguration() - Constructor for class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
- BatchEventAutoConfiguration.JobExecutionListenerConfiguration - Class in org.springframework.cloud.task.batch.listener
-
Configuration for Job Execution Listener.
- BatchJobHeaders - Class in org.springframework.cloud.task.batch.listener.support
-
Headers definitions used by the batch job plugin.
- batchTaskEventListenerBeanPostProcessor() - Static method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
- beforeChunk(ChunkContext) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
- beforeJob(JobExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
- beforeProcess(Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
- beforeRead() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
- beforeStep(StepExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
- beforeWrite(Chunk) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
C
- CHUNK_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
Name of the chunk events listener bean.
- chunkEventsListener(MessagePublisher, TaskEventProperties) - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
E
- EnableTaskLauncher - Annotation Interface in org.springframework.cloud.task.launcher.annotation
-
Enable this boot app to be a sink to receive a
TaskLaunchRequestand use theTaskLauncherto launch the task. - equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
- equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
- equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- equals(Object) - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
- EventEmittingChunkListener - Class in org.springframework.cloud.task.batch.listener
-
Provides informational messages around the
Chunkof a batch job. - EventEmittingChunkListener(MessagePublisher, int, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
- EventEmittingChunkListener(MessagePublisher, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
- EventEmittingItemProcessListener - Class in org.springframework.cloud.task.batch.listener
-
Provides informational messages around the
ItemProcessListenerof a batch job. - EventEmittingItemProcessListener(MessagePublisher, int, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
- EventEmittingItemProcessListener(MessagePublisher, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
- EventEmittingItemReadListener - Class in org.springframework.cloud.task.batch.listener
-
Provides informational messages around the
ItemReaderof a batch job. - EventEmittingItemReadListener(MessagePublisher, int, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
- EventEmittingItemReadListener(MessagePublisher, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
- EventEmittingItemWriteListener - Class in org.springframework.cloud.task.batch.listener
-
Setups up the ItemWriteEventsListener to emit events to the spring cloud stream output channel.
- EventEmittingItemWriteListener(MessagePublisher, int, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
- EventEmittingItemWriteListener(MessagePublisher, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
- EventEmittingJobExecutionListener - Class in org.springframework.cloud.task.batch.listener
-
Provides
JobExecutionEventat both the start and end of the job's execution. - EventEmittingJobExecutionListener(MessagePublisher, int, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
- EventEmittingJobExecutionListener(MessagePublisher, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
- EventEmittingSkipListener - Class in org.springframework.cloud.task.batch.listener
-
Setups up the SkipProcessListener to emit events to the spring cloud stream output channel.
- EventEmittingSkipListener(MessagePublisher, int, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
- EventEmittingSkipListener(MessagePublisher, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
- EventEmittingStepExecutionListener - Class in org.springframework.cloud.task.batch.listener
-
Provides a
StepExecutionEventat the start and end of each step indicating the step's status. - EventEmittingStepExecutionListener(MessagePublisher, int, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
- EventEmittingStepExecutionListener(MessagePublisher, TaskEventProperties) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
- ExitStatus - Class in org.springframework.cloud.task.batch.listener.support
-
ExitStatus DTO created so that
ExitStatuscan be serialized into Json without. having to add mixins to an ObjectMapper - ExitStatus() - Constructor for class org.springframework.cloud.task.batch.listener.support.ExitStatus
- ExitStatus(ExitStatus) - Constructor for class org.springframework.cloud.task.batch.listener.support.ExitStatus
G
- getAllFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Return all failure causing exceptions for this JobExecution, including step executions.
- getApplicationName() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Returns the name that will be associated with the launched task.
- getChunkEventBindingName() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getChunkOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getCommandlineArguments() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
- getCommitCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of commits for this execution.
- getCreateTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- getDate(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Deprecated.
- getDate(String, Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Deprecated.
- getDeploymentProperties() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Returns the properties used by a
TaskLauncher. - getDouble(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Deprecated.
- getDouble(String, double) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Deprecated.
- getEndTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- getEndTime() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the time that this execution ended.
- getEnvironmentProperties() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Retrieves the environment variables for the task.
- getExecutionContext() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Returns the
ExecutionContextfor this execution. - getExecutionContext() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the
ExecutionContextfor this execution. - getExitCode() - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
- getExitDescription() - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
- getExitStatus() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- getExitStatus() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- getFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getFilterCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of items filtered out of this execution.
- getInstanceId() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
- getItemProcessEventBindingName() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getItemProcessOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getItemReadEventBindingName() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getItemReadOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getItemWriteEventBindingName() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getItemWriteOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getJobExecutionEventBindingName() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getJobExecutionId() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getJobExecutionOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getJobId() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Convenience getter for for the id of the enclosing job.
- getJobInstance() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- getJobName() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
- getJobParameters() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- getLastUpdated() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Get the date representing the last time this JobExecution was updated in the JobRepository.
- getLastUpdated() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getLong(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Deprecated.
- getLong(String, long) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Deprecated.
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
- getParameters() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Get a map of all parameters, including string, long, and date.
- getProcessSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getReadCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of items read for this execution.
- getReadSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getRollbackCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of rollbacks for this execution.
- getSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getSkipEventBindingName() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getSkipOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getStartTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- getStartTime() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Gets the time this execution started.
- getStatus() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- getStatus() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current status of this step.
- getStepExecutionEventBindingName() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getStepExecutionOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getStepExecutions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Accessor for the step executions.
- getStepName() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getString(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Deprecated.
- getString(String, String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Deprecated.
- getSummary() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- getTaskEventBindingName() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- getUri() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
- getValue() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
- getWriteCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of items written for this execution.
- getWriteSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
H
- hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
- hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
- hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- hashCode() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
I
- incrementCommitCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Increment the number of commits.
- isEmpty() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
- isIdentifying() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
- isTerminateOnly() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- ITEM_PROCESS_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
Name of the item process events listener bean.
- ITEM_READ_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
Name of the item read events listener bean.
- ITEM_WRITE_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
Name of the item write events listener bean.
- itemProcessEventsListener(MessagePublisher, TaskEventProperties) - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
- itemReadEventsListener(MessagePublisher, TaskEventProperties) - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
- itemWriteEventsListener(MessagePublisher, TaskEventProperties) - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
J
- JOB_EXECUTION_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
Name of the job execution events listener bean.
- JobExecutionEvent - Class in org.springframework.cloud.task.batch.listener.support
-
This is a JobEvent DTO created so that a
JobExecutioncan be serialized into Json without having to add mixins to an ObjectMapper. - JobExecutionEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- JobExecutionEvent(JobExecution) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Constructor for the StepExecution to initialize the DTO.
- jobExecutionEventsListener(MessagePublisher, TaskEventProperties) - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
- JobExecutionListenerConfiguration() - Constructor for class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
- JobInstanceEvent - Class in org.springframework.cloud.task.batch.listener.support
-
This is a JobInstance DTO created so that a
JobInstancecan be serialized into Json without having to add mixins to an ObjectMapper. - JobInstanceEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
- JobInstanceEvent(Long, String) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
- JobParameterEvent - Class in org.springframework.cloud.task.batch.listener.support
-
This is a JobParameter DTO created so that a
JobParametercan be serialized into Json without having to add mixins to an ObjectMapper. - JobParameterEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
- JobParameterEvent(JobParameter) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
- JobParametersEvent - Class in org.springframework.cloud.task.batch.listener.support
-
This is a JobParametersEvent DTO created so that a
JobParameterscan be serialized into Json without having to add mixins to an ObjectMapper. - JobParametersEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
- JobParametersEvent(Map<String, JobParameter<?>>) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
L
- ListenerConfiguration() - Constructor for class org.springframework.cloud.task.listener.TaskEventAutoConfiguration.ListenerConfiguration
M
- messagePublisher(StreamBridge) - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
- MessagePublisher<P> - Class in org.springframework.cloud.task.batch.listener.support
-
Utility class that sends batch job listener payloads to the notification channel.
- MessagePublisher(StreamBridge) - Constructor for class org.springframework.cloud.task.batch.listener.support.MessagePublisher
O
- onProcessError(Object, Exception) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
- onReadError(Exception) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
- onSkipInProcess(Object, Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
- onSkipInRead(Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
- onSkipInWrite(Object, Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
- onWriteError(Exception, Chunk) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
- org.springframework.cloud.task.batch.listener - package org.springframework.cloud.task.batch.listener
- org.springframework.cloud.task.batch.listener.support - package org.springframework.cloud.task.batch.listener.support
- org.springframework.cloud.task.launcher - package org.springframework.cloud.task.launcher
- org.springframework.cloud.task.launcher.annotation - package org.springframework.cloud.task.launcher.annotation
- org.springframework.cloud.task.listener - package org.springframework.cloud.task.listener
P
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
- publish(String, P) - Method in class org.springframework.cloud.task.batch.listener.support.MessagePublisher
- publishWithThrowableHeader(String, P, String) - Method in class org.springframework.cloud.task.batch.listener.support.MessagePublisher
S
- setApplicationName(String) - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Sets the name to be applied to the launched task.
- setChunkEventBindingName(String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setChunkOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setCommitCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the current number of commits for this execution.
- setCreateTime(LocalDateTime) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- setEndTime(LocalDateTime) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- setEndTime(LocalDateTime) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the time that this execution ended.
- setExecutionContext(ExecutionContext) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Sets the
ExecutionContextfor this execution. - setExecutionContext(ExecutionContext) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the
ExecutionContextfor this execution. - setExitCode(String) - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
- setExitDescription(String) - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
- setExitStatus(ExitStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- setExitStatus(ExitStatus) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- setFilterCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Public setter for the number of items filtered out of this execution.
- setItemProcessEventBindingName(String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setItemProcessOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setItemReadEventBindingName(String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setItemReadOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setItemWriteEventBindingName(String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setItemWriteOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setJobExecutionEventBindingName(String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setJobExecutionOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setJobInstance(JobInstanceEvent) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- setLastUpdated(LocalDateTime) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Set the last time this
JobExecutionwas updated. - setLastUpdated(LocalDateTime) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set the time when the StepExecution was last updated before persisting.
- setProcessSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set the number of records skipped during processing.
- setReadCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the current number of read items for this execution.
- setReadSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set the number of records skipped on read.
- setRollbackCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Setter for number of rollbacks for this execution.
- setSkipEventBindingName(String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setSkipOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setStartTime(LocalDateTime) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- setStartTime(LocalDateTime) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the time this execution started.
- setStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Set the value of the status field.
- setStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the current status of this step.
- setStepExecutionEventBindingName(String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setStepExecutionOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setStepName(String) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- setTaskEventBindingName(String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- setTerminateOnly() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set a flag that will signal to an execution environment that this execution (and its surrounding job) wishes to exit.
- setWriteCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the current number of written items for this execution.
- setWriteSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set the number of records skipped on write.
- SKIP_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
Name of the skip events listener bean.
- skipEventsListener(MessagePublisher, TaskEventProperties) - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
- STEP_EXECUTION_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
Name of the step execution events listener bean.
- StepExecutionEvent - Class in org.springframework.cloud.task.batch.listener.support
-
This is a StepExecution DTO created so that a
StepExecutioncan be serialized into Json without having to add mixins to an ObjectMapper. - StepExecutionEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- StepExecutionEvent(StepExecution) - Constructor for class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Constructor for the StepExecution to initialize the DTO.
- stepExecutionEventsListener(MessagePublisher, TaskEventProperties) - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
T
- TaskBatchEventListenerBeanPostProcessor - Class in org.springframework.cloud.task.batch.listener.support
-
Attaches the listeners to the job and its steps.
- TaskBatchEventListenerBeanPostProcessor() - Constructor for class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
- TaskEventAutoConfiguration - Class in org.springframework.cloud.task.listener
- TaskEventAutoConfiguration() - Constructor for class org.springframework.cloud.task.listener.TaskEventAutoConfiguration
- TaskEventAutoConfiguration.ListenerConfiguration - Class in org.springframework.cloud.task.listener
-
Configuration for a
TaskExecutionListener. - taskEventEmitter(StreamBridge, TaskEventProperties) - Method in class org.springframework.cloud.task.listener.TaskEventAutoConfiguration.ListenerConfiguration
- TaskEventProperties - Class in org.springframework.cloud.task.batch.listener.support
- TaskEventProperties() - Constructor for class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
- taskLauncher - Variable in class org.springframework.cloud.task.launcher.TaskLauncherSink
- taskLauncherSink() - Method in class org.springframework.cloud.task.launcher.TaskLauncherSink
-
Launches a task upon the receipt of a valid TaskLaunchRequest.
- TaskLauncherSink - Class in org.springframework.cloud.task.launcher
-
A sink stream application that launches a tasks.
- TaskLauncherSink() - Constructor for class org.springframework.cloud.task.launcher.TaskLauncherSink
- TaskLaunchRequest - Class in org.springframework.cloud.task.launcher
-
Request that contains the maven repository and property information required by the TaskLauncherSink to launch the task.
- TaskLaunchRequest() - Constructor for class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Constructor for the TaskLaunchRequest.
- TaskLaunchRequest(String, List<String>, Map<String, String>, Map<String, String>, String) - Constructor for class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Constructor for the TaskLaunchRequest.
- toProperties() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
- toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
- toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
- toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
- toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
- toString() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
- toString() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
U
- upgradeStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Upgrade the status field if the provided value is greater than the existing one.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form