Interface StateStore

All Known Implementing Classes:
BasicStateStore, NoOpStateStore, PicoStateStore

public interface StateStore
  • Method Summary

    Modifier and Type
    Method
    Description
    <X> X
    get(Class<X> clazz)
     
    <X> void
    putCustom(Class<X> clazz, X instance)
     
  • Method Details

    • get

      <X> X get(Class<X> clazz)
    • putCustom

      <X> void putCustom(Class<X> clazz, X instance)