Class SingletonResourceTransformer
java.lang.Object
org.wildfly.extension.clustering.singleton.SingletonResourceTransformer
- All Implemented Interfaces:
Function<org.jboss.as.controller.ModelVersion,org.jboss.as.controller.transform.description.TransformationDescription>
public class SingletonResourceTransformer
extends Object
implements Function<org.jboss.as.controller.ModelVersion,org.jboss.as.controller.transform.description.TransformationDescription>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.transform.description.TransformationDescriptionapply(org.jboss.as.controller.ModelVersion version)
-
Constructor Details
-
SingletonResourceTransformer
public SingletonResourceTransformer()
-
-
Method Details