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 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