Interface ConnectionOptionsCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface for customizing
ConnectionOptions on the auto-configured
AmqpConnectionFactory.- Since:
- 4.1.0
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.apache.qpid.protonj2.client.ConnectionOptions connectionOptions) Customize theConnectionOptions.
-
Method Details
-
customize
void customize(org.apache.qpid.protonj2.client.ConnectionOptions connectionOptions) Customize theConnectionOptions.- Parameters:
connectionOptions- the connection options to customize
-