Package io.dapr.v1

Class AppCallbackGrpc.AppCallbackImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    AppCallbackGrpc

    public abstract static class AppCallbackGrpc.AppCallbackImplBase
    extends Object
    implements io.grpc.BindableService
     AppCallback V1 allows user application to interact with Dapr runtime.
     User application needs to implement AppCallback service if it needs to
     receive message from dapr runtime.