- All Known Subinterfaces:
MaxConnectionsAccessor.MaxConnectionsProperty
public interface MaxConnectionsAccessor
Provides an accessor for a maximum connections property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic 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.static interface
Provides a mutator for a maximum connections property.static interface
Provides a maximum connections property. -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves the maximum connections from the maximum connections property.
-
Method Details
-
getMaxConnections
int getMaxConnections()Retrieves the maximum connections from the maximum connections property.- Returns:
- The maximum connections stored by the maximum connections property.
-