Package org.refcodes.io
Interface MaxConnectionsAccessor
-
- All Known Subinterfaces:
MaxConnectionsAccessor.MaxConnectionsProperty
public interface MaxConnectionsAccessorProvides an accessor for a maximum connections property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMaxConnectionsAccessor.MaxConnectionsBuilder<B extends MaxConnectionsAccessor.MaxConnectionsBuilder<B>>Provides a builder method for a maximum connections property returning the builder for applying multiple build operations.static interfaceMaxConnectionsAccessor.MaxConnectionsMutatorProvides a mutator for a maximum connections property.static interfaceMaxConnectionsAccessor.MaxConnectionsPropertyProvides a maximum connections property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxConnections()Retrieves the maximum connections from the maximum connections property.
-