|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Service
An annotation that defines a Mule service. Objects registered with this annotation will be configured as a service in Mule
| Optional Element Summary | |
|---|---|
int |
maxAsyncThreads
If the channel that triggered a call on this object is not expecting a response, how many threads can process the inbound emessages simultaneously |
String |
name
The name of this service |
ObjectScope |
scope
Determines if this service will be a singleton or prototype. |
public abstract String name
public abstract ObjectScope scope
public abstract int maxAsyncThreads
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||