Package io.sbm.logger
Interface CountConnections
- All Known Subinterfaces:
RamLogger
- All Known Implementing Classes:
AbstractRamLogger
,SbmPrometheusLogger
,SbmPrometheusServer
public interface CountConnections
Interface CountConnections.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Decrement.void
Increment.
-
Method Details
-
incrementConnections
void incrementConnections()Increment. -
decrementConnections
void decrementConnections()Decrement.
-