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.

@FunctionalInterface public interface ConnectionOptionsCustomizer
Callback interface for customizing ConnectionOptions on the auto-configured AmqpConnectionFactory.
Since:
4.1.0
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.apache.qpid.protonj2.client.ConnectionOptions connectionOptions)
    Customize the ConnectionOptions.
  • Method Details

    • customize

      void customize(org.apache.qpid.protonj2.client.ConnectionOptions connectionOptions)
      Customize the ConnectionOptions.
      Parameters:
      connectionOptions - the connection options to customize