@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface InteractionInput
Modifier and Type | Required Element and Description |
---|---|
String[] |
value
The name of the transaction the annotated class serves as input.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
connectionFactory
The name of the connection factory to use for the interaction(s).
|
public abstract String[] value
public abstract String connectionFactory
Copyright © 2013-2018–2019 SeedStack. All rights reserved.