public class DataExchange<K,V> extends Object
Allows data providers and consumers to exchange data described by a shared key value. Data can be
Constructor and Description |
---|
DataExchange(TimeProvider timeProvider,
CurrentUserService currentUserService) |
public DataExchange(TimeProvider timeProvider, CurrentUserService currentUserService)
public V retrieve(K key, long time, TimeUnit timeUnit) throws InterruptedException
InterruptedException
public V get(K key, long time, TimeUnit timeUnit) throws InterruptedException
InterruptedException
public boolean isEmpty()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.