Uses of Interface
org.pipservices4.grpc.controllers.IRegisterable
Packages that use IRegisterable
-
Uses of IRegisterable in org.pipservices4.grpc.controllers
Classes in org.pipservices4.grpc.controllers that implement IRegisterableModifier and TypeClassDescriptionclassAbstract service that receives commands via GRPC protocol to operations automatically generated for commands defined inICommandable.classUsed for creating GRPC endpoints.Methods in org.pipservices4.grpc.controllers with parameters of type IRegisterableModifier and TypeMethodDescriptionvoidGrpcEndpoint.register(IRegisterable registration) Registers a registerable object for dynamic endpoint discovery.voidGrpcEndpoint.unregister(IRegisterable registration) Unregisters a registerable object, so that it is no longer used in dynamic endpoint discovery.