public class NoOpCatalogService extends Object implements CatalogService
Constructor and Description |
---|
NoOpCatalogService() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Catalog> |
getCatalog()
Return the catalog of services provided by the service broker.
|
reactor.core.publisher.Mono<ServiceDefinition> |
getServiceDefinition(String serviceId)
Get a service definition from the catalog by ID.
|
public reactor.core.publisher.Mono<Catalog> getCatalog()
CatalogService
getCatalog
in interface CatalogService
public reactor.core.publisher.Mono<ServiceDefinition> getServiceDefinition(String serviceId)
CatalogService
getServiceDefinition
in interface CatalogService
serviceId
- The ID of the service definition in the catalog