Interface StreamDefinitionAssemblerProvider<R extends StreamDefinitionResource>
- All Known Implementing Classes:
DefaultStreamDefinitionAssemblerProvider
public interface StreamDefinitionAssemblerProvider<R extends StreamDefinitionResource>
The interface that returns the
RepresentationModelAssembler
for any type which extends
StreamDefinitionResource
.- Author:
- Ilayaperumal Gopinathan
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.hateoas.server.RepresentationModelAssembler<StreamDefinition,
R> getStreamDefinitionAssembler
(List<StreamDefinition> streamDefinitions) Get the stream definition resource assembler.
-
Method Details
-
getStreamDefinitionAssembler
org.springframework.hateoas.server.RepresentationModelAssembler<StreamDefinition,R> getStreamDefinitionAssembler(List<StreamDefinition> streamDefinitions) Get the stream definition resource assembler.- Parameters:
streamDefinitions
- the list of stream definitions to check their deployment status- Returns:
- the stream definition resource assembler
-