Interface MaxConnectionsAccessor.MaxConnectionsBuilder<B extends MaxConnectionsAccessor.MaxConnectionsBuilder<B>>

  • Type Parameters:
    B - The builder to return in order to be able to apply multiple build operations.
    Enclosing interface:
    MaxConnectionsAccessor


    public static interface MaxConnectionsAccessor.MaxConnectionsBuilder<B extends MaxConnectionsAccessor.MaxConnectionsBuilder<B>>
    Provides a builder method for a maximum connections property returning the builder for applying multiple build operations.
    • Method Detail

      • withMaxConnections

        B withMaxConnections​(int aMaxConnections)
        Sets the maximum connections for the maximum connections property.
        Parameters:
        aMaxConnections - The maximum connections to be stored by the maximum connections property.
        Returns:
        The builder for applying multiple build operations.