Interface MapSchema.MessageFactory

All Known Implementing Classes:
MapSchema.MessageFactories
Enclosing class:
MapSchema<K,V>

public static interface MapSchema.MessageFactory
Creates new Map messages.
Author:
David Yu
  • Method Summary

    Modifier and Type
    Method
    Description
    <K,V> Map<K,V>
    Creates a new Map message.
    The type to instantiate.
  • Method Details

    • newMessage

      <K,V> Map<K,V> newMessage()
      Creates a new Map message.
    • typeClass

      Class<?> typeClass()
      The type to instantiate.