public class RemovedAssetEvent extends Object implements TopologicalEvent
TopologicalEvent.TopologicalFields| Modifier and Type | Method and Description |
|---|---|
boolean |
added() |
String |
assetName() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name() |
static RemovedAssetEvent |
of(String assetName,
String name) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
String |
toString() |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfullName@NotNull public static RemovedAssetEvent of(String assetName, String name)
public boolean added()
added in interface TopologicalEventpublic String assetName()
assetName in interface ChangeEventpublic String name()
name in interface TopologicalEventpublic void readMarshallable(@NotNull
net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptionpublic void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallableCopyright © 2015. All rights reserved.