Class ObjectStorageImpl

java.lang.Object
io.elastic.sailor.impl.ObjectStorageImpl
All Implemented Interfaces:
ObjectStorage

public class ObjectStorageImpl extends Object implements ObjectStorage
  • Constructor Details

    • ObjectStorageImpl

      public ObjectStorageImpl()
  • Method Details

    • getJsonObject

      public jakarta.json.JsonObject getJsonObject(String id)
      Specified by:
      getJsonObject in interface ObjectStorage
    • postJsonObject

      public jakarta.json.JsonObject postJsonObject(jakarta.json.JsonObject object)
      Specified by:
      postJsonObject in interface ObjectStorage
    • post

      public jakarta.json.JsonObject post(String object)
      Specified by:
      post in interface ObjectStorage
    • setCryptoService

      @Inject public void setCryptoService(CryptoServiceImpl cryptoService)
    • setObjectStorageUri

      @Inject(optional=true) public void setObjectStorageUri(String objectStorageUri)
    • setObjectStorageToken

      @Inject(optional=true) public void setObjectStorageToken(String objectStorageToken)