Class InsightsConfigServiceGrpc.InsightsConfigServiceImplBase (0.24.0)

public abstract static class InsightsConfigServiceGrpc.InsightsConfigServiceImplBase implements BindableService, InsightsConfigServiceGrpc.AsyncService

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

Inheritance

java.lang.Object > InsightsConfigServiceGrpc.InsightsConfigServiceImplBase

Implements

io.grpc.BindableService, InsightsConfigServiceGrpc.AsyncService

Constructors

InsightsConfigServiceImplBase()

public InsightsConfigServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition