All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.entur.android.nfc.websocket.server.CardTerminalMetadataEnricher Maven / Gradle / Ivy

The newest version!
package no.entur.android.nfc.websocket.server;

import java.util.List;

/**
 *
 * Enrich terminal, i.e. set the corresponding tags (reader model, connected card type, hardcoded values)
 *
 */

public interface CardTerminalMetadataEnricher {

    void enrich(ExtendedCardTerminal cardTerminal);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy