io.bigdime.core.AdaptorContextImpl Maven / Gradle / Ivy
/**
* Copyright (C) 2015 Stubhub.
*/
package io.bigdime.core;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
/**
* Singleton implementation of {@link AdaptorContext} interface. Provides the
* information about the Adaptor.
*
* @author Neeraj Jain
*
*/
public final class AdaptorContextImpl implements AdaptorContext {
private String name;
private Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy