Class SimpleLookup<V>

java.lang.Object
com.fluxtion.ext.streaming.api.enrich.SimpleLookup<V>
All Implemented Interfaces:
LookUp<java.lang.String,​V>

public class SimpleLookup<V>
extends java.lang.Object
implements LookUp<java.lang.String,​V>
Author:
Greg Higgins [email protected]
  • Constructor Summary

    Constructors 
    Constructor Description
    SimpleLookup()  
  • Method Summary

    Modifier and Type Method Description
    void init()  
    V lookup​(java.lang.String key)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • init

      public void init()
    • lookup

      public V lookup​(java.lang.String key)
      Specified by:
      lookup in interface LookUp<java.lang.String,​V>