Interface ManagedChannelCustomizer
- All Superinterfaces:
Function<io.grpc.ManagedChannelBuilder<?>,,io.grpc.ManagedChannelBuilder<?>> UnaryOperator<io.grpc.ManagedChannelBuilder<?>>
- 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 ManagedChannelCustomizer
extends UnaryOperator<io.grpc.ManagedChannelBuilder<?>>
Customizer to add more customizations to a managed channel to Axon Server.
- Since:
- 4.4.3
- Author:
- Marc Gathier
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ManagedChannelCustomizeridentity()Returns a no-opManagedChannelCustomizer.
-
Method Details
-
identity
Returns a no-opManagedChannelCustomizer.- Returns:
- a no-op
ManagedChannelCustomizer
-