public interface ModuleCommandInitializer
Modifier and Type | Method and Description |
---|---|
void |
initializeReplicableCommand(ReplicableCommand c,
boolean isRemote)
Initializes a command constructed using
ModuleCommandFactory#fromStream(byte) with
necessary named-cache-specific components. |
void initializeReplicableCommand(ReplicableCommand c, boolean isRemote)
ModuleCommandFactory#fromStream(byte)
with
necessary named-cache-specific components.c
- command to initializeisRemote
- true if the source is a remote node in the cluster, false otherwise.Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.