public interface RARArchive
This archive provides a way to deploy a resource-adapter similar to the Fraction-level configuration of a resource-adapter.
ResourceAdapterFraction
Modifier and Type | Method and Description |
---|---|
RARArchive |
resourceAdapter(Asset ironjacamarAsset)
Add an IronJacamar asset.
|
RARArchive |
resourceAdapter(File ironjacamarFile)
Add an IronJacamar file.
|
RARArchive |
resourceAdapter(ResourceAdapter ra)
Add a fully-configured resource-adapter.
|
RARArchive |
resourceAdapter(String key,
ResourceAdapterConsumer consumer)
Add and configure a resource-adapter.
|
RARArchive resourceAdapter(String key, ResourceAdapterConsumer consumer)
key
- The key of the resource-adapter.consumer
- The configuring consumer of the resource-adapter.RARArchive resourceAdapter(ResourceAdapter ra)
ra
- The configured resource-adapter.RARArchive resourceAdapter(File ironjacamarFile)
ironjacamarFile
- The IronJacamar file.RARArchive resourceAdapter(Asset ironjacamarAsset)
ironjacamarAsset
- The IronJacamar asset.Copyright © 2019 JBoss by Red Hat. All rights reserved.