Package com.google.cloud.eventarc.v1
Class EventarcGrpc.EventarcImplBase
- java.lang.Object
-
- com.google.cloud.eventarc.v1.EventarcGrpc.EventarcImplBase
-
- All Implemented Interfaces:
EventarcGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- EventarcGrpc
public abstract static class EventarcGrpc.EventarcImplBase extends Object implements io.grpc.BindableService, EventarcGrpc.AsyncService
Base class for the server implementation of the service Eventarc.Eventarc allows users to subscribe to various events that are provided by Google Cloud services and forward them to supported destinations.
-
-
Constructor Summary
Constructors Constructor Description EventarcImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.eventarc.v1.EventarcGrpc.AsyncService
createChannel, createChannelConnection, createTrigger, deleteChannel, deleteChannelConnection, deleteTrigger, getChannel, getChannelConnection, getGoogleChannelConfig, getProvider, getTrigger, listChannelConnections, listChannels, listProviders, listTriggers, updateChannel, updateGoogleChannelConfig, updateTrigger
-
-