org.springframework.boot.autoconfigure.task.TaskExecutionProperties Java Examples

The following examples show how to use org.springframework.boot.autoconfigure.task.TaskExecutionProperties. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AsyncConfiguration.java    From alchemy with Apache License 2.0 4 votes vote down vote up
public AsyncConfiguration(TaskExecutionProperties taskExecutionProperties) {
    this.taskExecutionProperties = taskExecutionProperties;
}
 
Example #2
Source File: AsyncConfiguration.java    From java-microservices-examples with Apache License 2.0 4 votes vote down vote up
public AsyncConfiguration(TaskExecutionProperties taskExecutionProperties) {
    this.taskExecutionProperties = taskExecutionProperties;
}
 
Example #3
Source File: AsyncConfiguration.java    From java-microservices-examples with Apache License 2.0 4 votes vote down vote up
public AsyncConfiguration(TaskExecutionProperties taskExecutionProperties) {
    this.taskExecutionProperties = taskExecutionProperties;
}
 
Example #4
Source File: AsyncConfiguration.java    From java-microservices-examples with Apache License 2.0 4 votes vote down vote up
public AsyncConfiguration(TaskExecutionProperties taskExecutionProperties) {
    this.taskExecutionProperties = taskExecutionProperties;
}
 
Example #5
Source File: AsyncConfiguration.java    From albedo with GNU Lesser General Public License v3.0 4 votes vote down vote up
public AsyncConfiguration(TaskExecutionProperties taskExecutionProperties) {
	this.taskExecutionProperties = taskExecutionProperties;
}
 
Example #6
Source File: AsyncConfiguration.java    From jhipster-online with Apache License 2.0 4 votes vote down vote up
public AsyncConfiguration(TaskExecutionProperties taskExecutionProperties) {
    this.taskExecutionProperties = taskExecutionProperties;
}
 
Example #7
Source File: AsyncConfiguration.java    From jhipster-registry with Apache License 2.0 4 votes vote down vote up
public AsyncConfiguration(TaskExecutionProperties taskExecutionProperties) {
    this.taskExecutionProperties = taskExecutionProperties;
}