public class RequestResponseLogRegistry extends Object
| Constructor and Description |
|---|
RequestResponseLogRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(RequestResponseLogEntry entry) |
Collection<RequestResponseLogEntry> |
getEntries() |
RequestResponseLogEntry |
getEntry(UUID id) |
int |
getMaxEntries() |
void |
setMaxEntries(int maxEntries) |
int |
size() |
public void setMaxEntries(int maxEntries)
public int getMaxEntries()
public void add(RequestResponseLogEntry entry)
public int size()
public Collection<RequestResponseLogEntry> getEntries()
public RequestResponseLogEntry getEntry(UUID id)
Copyright © 2020. All rights reserved.