public final class QueueProxyCfg extends QueueCfg implements Installable, Verifiable
Constructor and Description |
---|
QueueProxyCfg() |
Modifier and Type | Method and Description |
---|---|
@Nullable Void |
install(@NotNull String path,
@NotNull AssetTree assetTree)
Installs this Configuration Object in the system.
|
void |
verify()
Verifies the internal state of this Verifiable.
|
void |
verify(@NotNull AssetTree assetTree,
@NotNull String fullName)
Verifies this object installed at the provided
fullName path
against the provided fully populated assetTree . |
acknowledgment, basePath, cluster, masterId, messageAdaptor, messageClass, pretouch, pretouchIntervalMs, topicClass, wireType
readMarshallable, unexpectedField, writeMarshallable
usesSelfDescribingMessage
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
readMarshallable, unexpectedField
usesSelfDescribingMessage
$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyFrom, copyTo, deepCopy, fromFile, fromFile, fromFileAsMap, fromFileAsMap, fromHexString, fromString, fromString, fromString, getField, getLongField, mergeToMap, reset, setField, setLongField, streamFromFile, streamFromFile
@Nullable public @Nullable Void install(@NotNull @NotNull String path, @NotNull @NotNull AssetTree assetTree)
Installable
install
in interface Installable
install
in class QueueCfg
path
- to install toassetTree
- where the given path residespublic void verify()
Verifiable
This method is guaranteed to be invoked before any other components have been installed.
verify
in interface Verifiable
public void verify(@NotNull @NotNull AssetTree assetTree, @NotNull @NotNull String fullName)
Verifiable
fullName
path
against the provided fully populated assetTree
.
This method is guaranteed to be invoked before all components have been installed.
verify
in interface Verifiable
assetTree
- to verify againstfullName
- of the path where this Verifiable is installedCopyright © 2021. All rights reserved.