Interface GrpcBindableService<F extends S,​S extends GrpcService,​FF extends GrpcServiceFilterFactory<F,​S>>

  • Type Parameters:
    F - Filter type
    S - Service Type
    FF - FilterFactory type

    public interface GrpcBindableService<F extends S,​S extends GrpcService,​FF extends GrpcServiceFilterFactory<F,​S>>
    A gRPC service that can generate factory instances bound to itself.
    • Method Detail

      • bindService

        GrpcServiceFactory<F,​S,​FF> bindService()
        Return an appropriate service factory bound to this service.
        Returns:
        A service factory bound to this service with other appropriate configuration.