Interface ServerBuilderCustomizer<T extends io.grpc.ServerBuilder<T>>

Type Parameters:
T - the type of server builder
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ServerBuilderCustomizer<T extends io.grpc.ServerBuilder<T>>
Callback interface that can be used to customize a ServerBuilder.
Author:
Chris Bono
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(T serverBuilder)
    Callback to customize a ServerBuilder instance.
  • Method Details

    • customize

      void customize(T serverBuilder)
      Callback to customize a ServerBuilder instance.
      Parameters:
      serverBuilder - the builder to customize