Constructor and Description |
---|
DashboardLogEntryDTO(LogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
void |
MockServerEventLog.add(LogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
<T> void |
MockServerEventLog.retrieveLogEntriesInReverseForUI(RequestDefinition requestDefinition,
Predicate<LogEntry> logEntryPredicate,
Function<LogEntry,T> logEntryMapper,
Consumer<Stream<T>> consumer) |
<T> void |
MockServerEventLog.retrieveLogEntriesInReverseForUI(RequestDefinition requestDefinition,
Predicate<LogEntry> logEntryPredicate,
Function<LogEntry,T> logEntryMapper,
Consumer<Stream<T>> consumer) |
void |
MockServerEventLog.retrieveMessageLogEntries(RequestDefinition requestDefinition,
Consumer<List<LogEntry>> listConsumer) |
void |
MockServerEventLog.retrieveRecordedExpectationLogEntries(RequestDefinition requestDefinition,
Consumer<List<LogEntry>> listConsumer) |
void |
MockServerEventLog.retrieveRequestLogEntries(RequestDefinition requestDefinition,
Consumer<List<LogEntry>> listConsumer) |
void |
MockServerEventLog.retrieveRequestResponseMessageLogEntries(RequestDefinition requestDefinition,
Consumer<List<LogEntry>> listConsumer) |
Modifier and Type | Method and Description |
---|---|
void |
LogEntry.translateTo(LogEntry event,
long sequence) |
Modifier and Type | Method and Description |
---|---|
void |
MockServerLogger.logEvent(LogEntry logEntry) |
static void |
MockServerLogger.writeToSystemOut(org.slf4j.Logger logger,
LogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
void |
HttpState.log(LogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
String |
LogEntrySerializer.serialize(LogEntry... logEntries) |
String |
LogEntrySerializer.serialize(LogEntry logEntry) |
Modifier and Type | Method and Description |
---|---|
String |
LogEntrySerializer.serialize(List<LogEntry> logEntries) |
Modifier and Type | Method and Description |
---|---|
void |
LogEntrySerializer.serialize(LogEntry logEntry,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2020. All rights reserved.