@Target(value=TYPE) @Retention(value=RUNTIME) public @interface MessageDriven
Modifier and Type | Optional Element and Description |
---|---|
ActivationConfigProperty[] |
activationConfig |
String |
description |
String |
mappedName |
Class |
messageListenerInterface |
String |
name |
public abstract String name
public abstract Class messageListenerInterface
public abstract ActivationConfigProperty[] activationConfig
public abstract String mappedName
public abstract String description
Copyright © 2018 JBoss by Red Hat. All rights reserved.