Package org.infinispan.commands
Interface MetadataAwareCommand
-
public interface MetadataAwareCommand
A command that contains metadata information.- Since:
- 5.3
- Author:
- Galder ZamarreƱo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Metadata
getMetadata()
Get metadata of this command.void
setMetadata(Metadata metadata)
Sets metadata for this command.
-