T - The set data type.public interface AsyncSet<T> extends AsyncCollection<T>
If the current Vert.x instance is a Hazelcast clustered instance, the set will be backed by a Hazelcast set. Otherwise, the set will be backed by a Vert.x shared data set.
Copyright © 2013-2014. All Rights Reserved.