Class RouteRegistryEntry
- java.lang.Object
-
- java.util.AbstractMap.SimpleImmutableEntry<String,Void>
-
- org.wildfly.clustering.web.infinispan.routing.RouteRegistryEntry
-
- All Implemented Interfaces:
Serializable,Map.Entry<String,Void>
public class RouteRegistryEntry extends AbstractMap.SimpleImmutableEntry<String,Void>
Registry entry for the Infinispan routing provider.- Author:
- Paul Ferraro
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RouteRegistryEntry(String route)
-
-
-
Constructor Detail
-
RouteRegistryEntry
public RouteRegistryEntry(String route)
-
-