- Type Parameters:
T - type of the data
S - type of the meta data
svzelst@20170720: removed generics (... for now)
- All Superinterfaces:
- java.util.Map<java.lang.String,java.util.Collection<java.lang.String>>
- All Known Implementing Classes:
- PayLoadImpl
public interface Payload
extends java.util.Map<java.lang.String,java.util.Collection<java.lang.String>>
idea of payload, map a *value* to a collection of case identifiers.
- Author:
- svzelst