Package | Description |
---|---|
org.springframework.cloud.dataflow.admin.config |
Spring Cloud Data Flow REST configuration classes.
|
org.springframework.cloud.dataflow.admin.controller |
Spring Cloud Data Flow Admin Controllers.
|
org.springframework.cloud.dataflow.admin.repository |
Spring Cloud Data Flow Admin Repositories.
|
Modifier and Type | Method and Description |
---|---|
StreamDefinitionRepository |
AdminConfiguration.streamDefinitionRepository() |
Constructor and Description |
---|
StreamController(StreamDefinitionRepository repository,
ModuleRegistry registry,
org.springframework.cloud.dataflow.module.deployer.ModuleDeployer deployer)
Create a
StreamController that delegates
CRUD operations to the provided StreamDefinitionRepository
deployment operations to the provided ModuleDeployer
module coordinate retrieval to the provided ModuleRegistry
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryStreamDefinitionRepository
In-memory implementation of
StreamDefinitionRepository . |
class |
RedisStreamDefinitionRepository
A Redis implementation of
StreamDefinitionRepository , storing each
definition as a name:dsl mapping in a Redis hash. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.