public class RouteRegistryEntryProvider extends Object implements RegistryEntryProvider<String,Void>
Registry
entry containing the route identifier.Constructor and Description |
---|
RouteRegistryEntryProvider(org.jboss.msc.value.Value<String> route) |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Supplies the unique key for this node's registry entry.
|
Void |
getValue()
Supplies the value for this node's registry entry.
|
public RouteRegistryEntryProvider(org.jboss.msc.value.Value<String> route)
public String getKey()
RegistryEntryProvider
getKey
in interface RegistryEntryProvider<String,Void>
public Void getValue()
RegistryEntryProvider
getValue
in interface RegistryEntryProvider<String,Void>
Copyright © 2018 JBoss by Red Hat. All rights reserved.