Skip to content

Commit

Permalink
Merge pull request #8 from FRACerqueira/developer
Browse files Browse the repository at this point in the history
Added more Key features
  • Loading branch information
FRACerqueira authored Nov 22, 2023
2 parents 02fbf12 + f19b178 commit 2a3cb2a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
9 changes: 7 additions & 2 deletions NugetREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ The implementation follows the basic principle. The principle was expanded to ha
- Set the minimum and maximum capacity (optional)
- Set the conditions for scaling to maximum and minimum (required)
- Automatic condition values ​​based on capacity (value not required)
- Define a user role to receive capacity change events (optional)
- Define a user role to receive capacity change events to log/save (optional)
- Executed in a separate thread asynchronously
- Associate the logger interface (optional)
- Define a user role for generated errors (optional)
- Executed in a separate thread asynchronously
- Invalidate the buffer when it is in an invalid state
- Warm up to full capacity before starting application
- Simple and clear fluent syntax
- Receive item from buffer with success/failure information and elapsed time for acquisition
- Sets a time limit for acquiring the item in the buffer
- Detailed information about operations when the minimum log is Debug
- Simple and clear fluent syntaxx

## Installing

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,16 @@ The implementation follows the basic principle. The principle was expanded to ha
- Set the minimum and maximum capacity (optional)
- Set the conditions for scaling to maximum and minimum (required)
- Automatic condition values ​​based on capacity (value not required)
- Define a user role to receive capacity change events (optional)
- Define a user role to receive capacity change events to log/save (optional)
- Executed in a separate thread asynchronously
- Associate the logger interface (optional)
- Define a user role for generated errors (optional)
- Executed in a separate thread asynchronously
- Invalidate the buffer when it is in an invalid state
- Warm up to full capacity before starting application
- Receive item from buffer with success/failure information and elapsed time for acquisition
- Sets a time limit for acquiring the item in the buffer
- Detailed information about operations when the minimum log is Debug
- Simple and clear fluent syntax

## Installing
Expand Down
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,16 @@ Features
- Set the minimum and maximum capacity (optional)
- Set the conditions for scaling to maximum and minimum (required)
- Automatic condition values ​​based on capacity (value not required)
- Define a user role to receive capacity change events (optional)
- Define a user role to receive capacity change events to log/save (optional)
- Executed in a separate thread asynchronously
- Associate the logger interface (optional)
- Define a user role for generated errors (optional)
- Executed in a separate thread asynchronously
- Invalidate the buffer when it is in an invalid state
- Warm up to full capacity before starting application
- Receive item from buffer with success/failure information and elapsed time for acquisition
- Sets a time limit for acquiring the item in the buffer
- Detailed information about operations when the minimum log is Debug
- Simple and clear fluent syntax

Visit the official page for more documentation :
Expand Down
7 changes: 6 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,16 @@ The implementation follows the basic principle. The principle was expanded to ha
- Set the minimum and maximum capacity (optional)
- Set the conditions for scaling to maximum and minimum (required)
- Automatic condition values ​​based on capacity (value not required)
- Define a user role to receive capacity change events (optional)
- Define a user role to receive capacity change events to log/save (optional)
- Executed in a separate thread asynchronously
- Associate the logger interface (optional)
- Define a user role for generated errors (optional)
- Executed in a separate thread asynchronously
- Invalidate the buffer when it is in an invalid state
- Warm up to full capacity before starting application
- Receive item from buffer with success/failure information and elapsed time for acquisition
- Sets a time limit for acquiring the item in the buffer
- Detailed information about operations when the minimum log is Debug
- Simple and clear fluent syntax

## Installing
Expand Down

0 comments on commit 2a3cb2a

Please sign in to comment.