Interface BeanGroup<I,​T>

  • Type Parameters:
    G - the group identifier type
    I - the bean identifier type
    T - the bean type
    All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    InfinispanBeanGroup

    public interface BeanGroup<I,​T>
    extends AutoCloseable
    Represents a group of SFSBs that must be serialized together.
    Author:
    Paul Ferraro