public abstract static class InsightsConfigServiceGrpc.InsightsConfigServiceImplBase implements BindableService, InsightsConfigServiceGrpc.AsyncServiceBase class for the server implementation of the service InsightsConfigService.
Creates and manages InsightsConfigs. The InsightsConfig resource is the core configuration object to capture events from your Software Development Lifecycle. It acts as the central hub for managing how Developer Connect understands your application, its runtime environments, and the artifacts deployed within them. A user can create an InsightsConfig, list previously-requested InsightsConfigs or get InsightsConfigs by their ID to determine the status of the InsightsConfig.
Constructors
InsightsConfigServiceImplBase()
public InsightsConfigServiceImplBase()Methods
bindService()
public final ServerServiceDefinition bindService()| Returns | |
|---|---|
| Type | Description |
io.grpc.ServerServiceDefinition |
|