Package ru.tinkoff.kora.grpc
Class DynamicBindableService
java.lang.Object
ru.tinkoff.kora.grpc.DynamicBindableService
- All Implemented Interfaces:
io.grpc.BindableService,ru.tinkoff.kora.application.graph.RefreshListener
public final class DynamicBindableService
extends Object
implements io.grpc.BindableService, ru.tinkoff.kora.application.graph.RefreshListener
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicBindableService(ru.tinkoff.kora.application.graph.ValueOf<io.grpc.BindableService> service) -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ServerServiceDefinitionvoid
-
Constructor Details
-
DynamicBindableService
public DynamicBindableService(ru.tinkoff.kora.application.graph.ValueOf<io.grpc.BindableService> service)
-
-
Method Details
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-
graphRefreshed
public void graphRefreshed()- Specified by:
graphRefreshedin interfaceru.tinkoff.kora.application.graph.RefreshListener
-