Class Blob

java.lang.Object
org.mockserver.state.Blob
All Implemented Interfaces:
Serializable

public final class Blob extends Object implements Serializable
An opaque binary blob with key and optional metadata, stored in a BlobStore. Implements Serializable so it can be marshalled by Infinispan's Java-serialization path in clustered mode.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
    • getData

      public byte[] getData()
    • getMetadata

      public Map<String,String> getMetadata()