Package | Description |
---|---|
org.springframework.cloud.dataflow.server.batch | |
org.springframework.cloud.dataflow.server.service |
Contains various Services (Interfaces) that are part of the Dataflow Server.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleJobService
Implementation of
JobService that delegates most of its work to other
off-the-shelf components. |
Modifier and Type | Method and Description |
---|---|
JobService |
SimpleJobServiceFactoryBean.getObject()
Create a
SimpleJobService from the configuration provided. |
Modifier and Type | Method and Description |
---|---|
Class<? extends JobService> |
SimpleJobServiceFactoryBean.getObjectType()
Tells the containing bean factory what kind of object is the product of
SimpleJobServiceFactoryBean.getObject() . |
Modifier and Type | Method and Description |
---|---|
JobService |
JobServiceContainer.get(String schemaTarget) |
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.