public final class AfterOperationFailedEventFactory extends java.lang.Object implements IRecordFactory<AfterOperationFailedEvent>
UNKNOWN_RECORD_SIZE| Constructor and Description |
|---|
AfterOperationFailedEventFactory() |
| Modifier and Type | Method and Description |
|---|---|
AfterOperationFailedEvent |
create(IValueDeserializer deserializer) |
AfterOperationFailedEvent |
create(java.lang.Object[] values)
Deprecated.
|
int |
getRecordSizeInBytes() |
public AfterOperationFailedEvent create(IValueDeserializer deserializer)
create in interface IRecordFactory<AfterOperationFailedEvent>deserializer - The deserializer to use for decoding the values@Deprecated public AfterOperationFailedEvent create(java.lang.Object[] values)
create in interface IRecordFactory<AfterOperationFailedEvent>values - the values used to fill the new instancepublic int getRecordSizeInBytes()
getRecordSizeInBytes in interface IRecordFactory<AfterOperationFailedEvent>IRecordFactory.UNKNOWN_RECORD_SIZE if the
size is unknown
in advance.Copyright 2017 Kieker Project, http://kieker-monitoring.net