Package 

Interface Storage


  • 
    public interface Storage<T extends Object>
    
                        

    Storage for a set of objects keyed by String

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Storage.Companion
    • Method Summary

      Modifier and Type Method Description
      abstract T get(String key)
      abstract Unit set(String key, T data)
      abstract Boolean remove(String key)
      abstract Set<String> keySet(String keyPrefix)
      abstract Boolean removeAll(String keyPrefix)
      • Methods inherited from class org.http4k.connect.storage.Storage

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait