@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Channel
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
interfaze
The service reference interface.
|
String |
name
The channel name.
|
String |
operation
The service reference operation.
|
String |
reference
The service reference name.
|
Class<? extends org.kie.api.runtime.Channel> |
value
The channel class.
|
public abstract Class<? extends org.kie.api.runtime.Channel> value
public abstract Class<?> interfaze
public abstract String name
public abstract String operation
public abstract String reference
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.