Probably all gated behind a boolean `enabled` flag. The configuration is easy, it's just deciding what to do by default, e.g. in the existing sample ```java @Bean public BindableService serverReflection() { return ProtoReflectionService.newInstance(); } ```