Class InfinispanRouteLocatorProvider
java.lang.Object
org.wildfly.extension.clustering.web.routing.LocalRouteLocatorProvider
org.wildfly.extension.clustering.web.routing.infinispan.InfinispanRouteLocatorProvider
- All Implemented Interfaces:
RouteLocatorProvider
- Direct Known Subclasses:
PrimaryOwnerRouteLocatorProvider,RankedRouteLocatorProvider
Route locator provider for Infinispan-based implementations.
Falls back to local route location if backing cache is local.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.web.service.routing.RouteLocatorProvider
SERVICE_DESCRIPTOR -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallergetServiceInstaller(BinaryServiceConfiguration configuration, WebDeploymentConfiguration deployment)
-
Method Details
-
getServiceInstaller
public org.wildfly.subsystem.service.ServiceInstaller getServiceInstaller(BinaryServiceConfiguration configuration, WebDeploymentConfiguration deployment) - Specified by:
getServiceInstallerin interfaceRouteLocatorProvider- Overrides:
getServiceInstallerin classLocalRouteLocatorProvider
-